Skip to content

Commit 6947b73

Browse files
dongjoon-hyunyhuang-db
authored andcommitted
[SPARK-52316][BUILD] Upgrade Kafka to 3.9.1
### What changes were proposed in this pull request? This PR aims to Upgrade Kafka to 3.9.1. ### Why are the changes needed? https://downloads.apache.org/kafka/3.9.1/RELEASE_NOTES.html - apache/kafka#17527 - apache/kafka#19221 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#51025 from dongjoon-hyun/SPARK-52316. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 0955e34 commit 6947b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
<!-- Version used in Maven Hive dependency -->
136136
<hive.version>2.3.10</hive.version>
137137
<!-- note that this should be compatible with Kafka brokers version 0.10 and up -->
138-
<kafka.version>3.9.0</kafka.version>
138+
<kafka.version>3.9.1</kafka.version>
139139
<!-- After 10.17.1.0, the minimum required version is JDK19 -->
140140
<derby.version>10.16.1.1</derby.version>
141141
<parquet.version>1.15.2</parquet.version>

0 commit comments

Comments
 (0)