From 614323d326db192540c955b4fa9b3b7af7527001 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Wed, 11 Mar 2020 19:26:15 -0700 Subject: [PATCH] [SPARK-31126][SS] Upgrade Kafka to 2.4.1 ### What changes were proposed in this pull request? This PR (SPARK-31126) aims to upgrade Kafka library to bring a client-side bug fix like KAFKA-8933 ### Why are the changes needed? The following is the full release note. - https://downloads.apache.org/kafka/2.4.1/RELEASE_NOTES.html ### Does this PR introduce any user-facing change? No ### How was this patch tested? Pass the Jenkins with the existing test. Closes #27881 from dongjoon-hyun/SPARK-KAFKA-2.4.1. Authored-by: Dongjoon Hyun Signed-off-by: Dongjoon Hyun --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a530e4b0fe..a3357596ff 100644 --- a/pom.xml +++ b/pom.xml @@ -132,7 +132,7 @@ 2.3 - 2.4.0 + 2.4.1 10.12.1.1 1.10.1 1.5.9