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

dzamo pushed a commit to branch 1.20
in repository https://gitbox.apache.org/repos/asf/drill.git

commit 0e3b144d722b913b003b8814b47e72b314c4a1b5
Author: denglunfuren <[email protected]>
AuthorDate: Fri Oct 14 23:03:23 2022 +0800

    [MINOR UPDATE]: Upgrade org.apache.kafka:kafka_2.13 to 2.8.2 (#2675)
---
 contrib/storage-kafka/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/storage-kafka/pom.xml b/contrib/storage-kafka/pom.xml
index 4e12a11dd1..eaef5b735d 100644
--- a/contrib/storage-kafka/pom.xml
+++ b/contrib/storage-kafka/pom.xml
@@ -31,7 +31,7 @@
   <name>Drill : Contrib : Storage : Kafka</name>
 
   <properties>
-    <kafka.version>2.8.0</kafka.version>
+    <kafka.version>2.8.2</kafka.version>
     <kafka.TestSuite>**/TestKafkaSuit.class</kafka.TestSuite>
   </properties>
 

Reply via email to