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

gian 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 ec41dfb535 upgrade core Apache Kafka dependencies to 3.2.0 (#12538)
ec41dfb535 is described below

commit ec41dfb535ceaa65405757baad6e5ee1b0793a29
Author: Xavier Léauté <[email protected]>
AuthorDate: Thu May 19 09:04:52 2022 -0700

    upgrade core Apache Kafka dependencies to 3.2.0 (#12538)
    
    Announcement: https://blogs.apache.org/kafka/entry/what-s-new-in-apache8
    Release notes: https://downloads.apache.org/kafka/3.2.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 2b80d04db4..c4a6c427a7 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -3791,7 +3791,7 @@ libraries:
 ---
 
 name: Apache Kafka
-version: 3.1.0
+version: 3.2.0
 license_category: binary
 module: extensions/druid-kafka-indexing-service
 license_name: Apache License version 2.0
@@ -4700,7 +4700,7 @@ name: Apache Kafka
 license_category: binary
 module: extensions/kafka-extraction-namespace
 license_name: Apache License version 2.0
-version: 3.1.0
+version: 3.2.0
 libraries:
   - org.apache.kafka: kafka-clients
 notices:
diff --git a/pom.xml b/pom.xml
index be3e2e8815..4021838cdb 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>4.3.0</apache.curator.version>
-        <apache.kafka.version>3.1.0</apache.kafka.version>
+        <apache.kafka.version>3.2.0</apache.kafka.version>
         <apache.ranger.version>2.0.0</apache.ranger.version>
         <apache.ranger.gson.version>2.2.4</apache.ranger.gson.version>
         <avatica.version>1.17.0</avatica.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to