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 b93bfcd95e16 [SPARK-48787][BUILD] Upgrade Kafka to 3.7.1 b93bfcd95e16 is described below commit b93bfcd95e16c09fbdae3686e5bb5d180417ae30 Author: panbingkun <panbing...@baidu.com> AuthorDate: Wed Jul 3 13:21:30 2024 -0700 [SPARK-48787][BUILD] Upgrade Kafka to 3.7.1 ### 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 #47191 from panbingkun/SPARK-48787. Authored-by: panbingkun <panbing...@baidu.com> Signed-off-by: Dongjoon Hyun <dh...@apple.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 67ff14070b8b..e5e8946176d1 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.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> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org