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

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


The following commit(s) were added to refs/heads/master by this push:
     new c3258f3a3a Update Kafka version to 3.9.1 due to CVE-2025-27817 (#3022)
c3258f3a3a is described below

commit c3258f3a3a61189919ed49143cf74e8e74351e8a
Author: PJ Fanning <pjfann...@users.noreply.github.com>
AuthorDate: Thu Sep 11 12:17:26 2025 +0100

    Update Kafka version to 3.9.1 due to CVE-2025-27817 (#3022)
---
 contrib/storage-kafka/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/storage-kafka/pom.xml b/contrib/storage-kafka/pom.xml
index e9c7dcb799..c515f7de7d 100644
--- a/contrib/storage-kafka/pom.xml
+++ b/contrib/storage-kafka/pom.xml
@@ -31,8 +31,8 @@
   <name>Drill : Contrib : Storage : Kafka</name>
 
   <properties>
-    <kafka.version>3.9.0</kafka.version>
-    <kafka_scala.version>3.9.0</kafka_scala.version>
+    <kafka.version>3.9.1</kafka.version>
+    <kafka_scala.version>3.9.1</kafka_scala.version>
     <kafka.TestSuite>**/TestKafkaSuite.class</kafka.TestSuite>
   </properties>
 

Reply via email to