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

yangjie01 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new dbd946986dab [SPARK-50161][BUILD] Upgrade Kafka to 3.8.1
dbd946986dab is described below

commit dbd946986dab660d1a65c875f3b87f002c2e34d5
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Oct 30 01:25:58 2024 +0800

    [SPARK-50161][BUILD] Upgrade Kafka to 3.8.1
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade Apache Kafka to 3.8.1.
    
    ### Why are the changes needed?
    
    To bring the latest bug fixes for Apache Spark 4.0.0.
    - https://downloads.apache.org/kafka/3.8.1/RELEASE_NOTES.html
    
    ### 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 #48696 from dongjoon-hyun/SPARK-50161.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: yangjie01 <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 94c51f2d3563..cc3fa551869b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,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.8.0</kafka.version>
+    <kafka.version>3.8.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.3</parquet.version>


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

Reply via email to