You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ab...@apache.org on 2023/02/15 09:45:25 UTC

[druid] branch master updated: Update Apache Kafka dependencies to 3.4.0 (#13802)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e8330e95f5 Update Apache Kafka dependencies to 3.4.0 (#13802)
e8330e95f5 is described below

commit e8330e95f59d24ef2882ba4670dc0ad746b6cf34
Author: Adarsh Sanjeev <ad...@gmail.com>
AuthorDate: Wed Feb 15 15:15:13 2023 +0530

    Update Apache Kafka dependencies to 3.4.0 (#13802)
    
    Release notes:
    - https://downloads.apache.org/kafka/3.4.0/RELEASE_NOTES.html
---
 licenses.yaml | 4 ++--
 pom.xml       | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/licenses.yaml b/licenses.yaml
index 696478d851..a246a1cd24 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -3799,7 +3799,7 @@ libraries:
 ---
 
 name: Apache Kafka
-version: 3.3.2
+version: 3.4.0
 license_category: binary
 module: extensions/druid-kafka-indexing-service
 license_name: Apache License version 2.0
@@ -4718,7 +4718,7 @@ name: Apache Kafka
 license_category: binary
 module: extensions/kafka-extraction-namespace
 license_name: Apache License version 2.0
-version: 3.3.2
+version: 3.4.0
 libraries:
   - org.apache.kafka: kafka-clients
 notices:
diff --git a/pom.xml b/pom.xml
index fed48a176d..d680dbaf9f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@
         <project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
         <aether.version>0.9.0.M2</aether.version>
         <apache.curator.version>5.4.0</apache.curator.version>
-        <apache.kafka.version>3.3.2</apache.kafka.version>
+        <apache.kafka.version>3.4.0</apache.kafka.version>
         <apache.ranger.version>2.0.0</apache.ranger.version>
         <apache.ranger.gson.version>2.2.4</apache.ranger.gson.version>
         <scala.library.version>2.13.9</scala.library.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org