You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2023/06/25 20:35:21 UTC

[spark] branch master updated: [SPARK-44181][BUILD] Upgrade `Apache Kafka` to 3.4.1

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

dongjoon 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 2407183cb86 [SPARK-44181][BUILD] Upgrade `Apache Kafka` to 3.4.1
2407183cb86 is described below

commit 2407183cb8637b6ac2d1b76320cae9cbde3411da
Author: Bjørn Jørgensen <bj...@gmail.com>
AuthorDate: Sun Jun 25 13:35:10 2023 -0700

    [SPARK-44181][BUILD] Upgrade `Apache Kafka` to 3.4.1
    
    ### What changes were proposed in this pull request?
    Upgrade Apache Kafka from 3.4.0 to 3.4.1
    
    ### Why are the changes needed?
    [Release Notes](https://downloads.apache.org/kafka/3.4.1/RELEASE_NOTES.html)
    
    Kafka 3.4.1 fixes 58 issues since the 3.4.0 release.
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Pass GA
    
    Closes #41727 from bjornjorgensen/kafka-3.5.
    
    Authored-by: Bjørn Jørgensen <bj...@gmail.com>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b6ef60d4882..592766b17ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,7 @@
     <!-- Version used for internal directory structure -->
     <hive.version.short>2.3</hive.version.short>
     <!-- note that this should be compatible with Kafka brokers version 0.10 and up -->
-    <kafka.version>3.4.0</kafka.version>
+    <kafka.version>3.4.1</kafka.version>
     <!-- After 10.15.1.3, the minimum required version is JDK9 -->
     <derby.version>10.14.2.0</derby.version>
     <parquet.version>1.13.1</parquet.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org