This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-4.0 by this push:
     new 0c839b0b5bc5 [SPARK-52316][BUILD] Upgrade Kafka to 3.9.1
0c839b0b5bc5 is described below

commit 0c839b0b5bc5078597a35a3435b65f1cb293b26a
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon May 26 16:54:52 2025 -0700

    [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
    - https://github.com/apache/kafka/pull/17527
    - https://github.com/apache/kafka/pull/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 #51025 from dongjoon-hyun/SPARK-52316.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit c9e356ab04816142101bbe4aa45364d4991b80b5)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 58b74786892f..8fc90fbf2d2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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.9.0</kafka.version>
+    <kafka.version>3.9.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.15.2</parquet.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to