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 4cdd9b6ca0 Bump org.apache.kafka:kafka-clients in
/contrib/storage-kafka (#3049)
4cdd9b6ca0 is described below
commit 4cdd9b6ca068f880a6b11b7b5c0edf2a9a88e7b1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun May 17 02:23:47 2026 -0400
Bump org.apache.kafka:kafka-clients in /contrib/storage-kafka (#3049)
Bumps org.apache.kafka:kafka-clients from 3.9.1 to 3.9.2.
---
updated-dependencies:
- dependency-name: org.apache.kafka:kafka-clients
dependency-version: 3.9.2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
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 c515f7de7d..3aad7d0bb9 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>3.9.1</kafka.version>
+ <kafka.version>3.9.2</kafka.version>
<kafka_scala.version>3.9.1</kafka_scala.version>
<kafka.TestSuite>**/TestKafkaSuite.class</kafka.TestSuite>
</properties>