This is an automated email from the ASF dual-hosted git repository. xvrl pushed a commit to branch kafka-3.1 in repository https://gitbox.apache.org/repos/asf/druid.git
commit 40125d48a127d2addc9106a9190914c9a79bfe0c Author: Xavier Léauté <[email protected]> AuthorDate: Wed Jan 26 08:49:16 2022 -0800 upgrade core Apache Kafka dependencies to 3.1.0 --- licenses.yaml | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/licenses.yaml b/licenses.yaml index ba1f301..800e338 100644 --- a/licenses.yaml +++ b/licenses.yaml @@ -3766,7 +3766,7 @@ libraries: --- name: Apache Kafka -version: 3.0.0 +version: 3.1.0 license_category: binary module: extensions/druid-kafka-indexing-service license_name: Apache License version 2.0 @@ -4676,7 +4676,7 @@ name: Apache Kafka license_category: binary module: extensions/kafka-extraction-namespace license_name: Apache License version 2.0 -version: 3.0.0 +version: 3.1.0 libraries: - org.apache.kafka: kafka-clients notices: diff --git a/pom.xml b/pom.xml index bf98f4e..98d1c30 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ <aether.version>0.9.0.M2</aether.version> <apache.curator.version>4.3.0</apache.curator.version> <apache.curator.test.version>2.12.0</apache.curator.test.version> - <apache.kafka.version>3.0.0</apache.kafka.version> + <apache.kafka.version>3.1.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]
