Skip to content

Commit

Permalink
[SPARK-48787][BUILD] Upgrade Kafka to 3.7.1
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
The pr aims to upgrade `kafka` from `3.7.0` to `3.7.1`.

### Why are the changes needed?
https://downloads.apache.org/kafka/3.7.1/RELEASE_NOTES.html

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
Pass GA.

### Was this patch authored or co-authored using generative AI tooling?
No.

Closes apache#47191 from panbingkun/SPARK-48787.

Authored-by: panbingkun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
  • Loading branch information
panbingkun authored and dongjoon-hyun committed Jul 3, 2024
1 parent 2e210d9 commit b93bfcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<!-- Version used in Maven Hive dependency -->
<hive.version>2.3.10</hive.version>
<!-- note that this should be compatible with Kafka brokers version 0.10 and up -->
<kafka.version>3.7.0</kafka.version>
<kafka.version>3.7.1</kafka.version>
<!-- After 10.17.1.0, the minimum required version is JDK19 -->
<derby.version>10.16.1.1</derby.version>
<parquet.version>1.14.1</parquet.version>
Expand Down

0 comments on commit b93bfcd

Please sign in to comment.