This is an automated email from the ASF dual-hosted git repository.
xvrl 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 ee6ad36fab2 update confluent's dependencies to common, supported
version (#15441)
ee6ad36fab2 is described below
commit ee6ad36fab2a7ec23cfa8f59ca86392b22addf8b
Author: Jan Werner <[email protected]>
AuthorDate: Wed Nov 29 00:35:22 2023 -0500
update confluent's dependencies to common, supported version (#15441)
* update confluent's dependencies to common, supported version
Update io.confluent.* dependencies to common, updated version 6.2.12
currently used versions are EOL
* move version definition to the top level pom
---
extensions-core/avro-extensions/pom.xml | 1 -
extensions-core/protobuf-extensions/pom.xml | 1 -
integration-tests/pom.xml | 6 ++---
licenses.yaml | 35 ++++++++++++++++++++++++-----
pom.xml | 9 ++++++++
5 files changed, 41 insertions(+), 11 deletions(-)
diff --git a/extensions-core/avro-extensions/pom.xml
b/extensions-core/avro-extensions/pom.xml
index 59174336bad..45f4717d4ad 100644
--- a/extensions-core/avro-extensions/pom.xml
+++ b/extensions-core/avro-extensions/pom.xml
@@ -35,7 +35,6 @@
<properties>
<schemarepo.version>0.1.3</schemarepo.version>
- <confluent.version>5.5.12</confluent.version>
</properties>
<repositories>
diff --git a/extensions-core/protobuf-extensions/pom.xml
b/extensions-core/protobuf-extensions/pom.xml
index 089f6c514ec..ad0d4396ebd 100644
--- a/extensions-core/protobuf-extensions/pom.xml
+++ b/extensions-core/protobuf-extensions/pom.xml
@@ -35,7 +35,6 @@
</parent>
<properties>
- <confluent.version>6.0.1</confluent.version>
<commons-io.version>2.11.0</commons-io.version>
</properties>
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 492a6bda330..1b81d653fa9 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -363,7 +363,7 @@
<dependency>
<groupId>io.confluent</groupId>
<artifactId>kafka-schema-registry-client</artifactId>
- <version>5.5.12</version>
+ <version>6.2.12</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
@@ -398,7 +398,7 @@
<dependency>
<groupId>io.confluent</groupId>
<artifactId>kafka-protobuf-provider</artifactId>
- <version>5.5.12</version>
+ <version>6.2.12</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -592,7 +592,7 @@
<DRUID_INTEGRATION_TEST_INDEXER>${it.indexer}</DRUID_INTEGRATION_TEST_INDEXER>
<MYSQL_VERSION>${mysql.version}</MYSQL_VERSION>
<MARIA_VERSION>2.7.3</MARIA_VERSION>
-
<CONFLUENT_VERSION>5.5.1</CONFLUENT_VERSION>
+
<CONFLUENT_VERSION>6.2.12</CONFLUENT_VERSION>
<KAFKA_VERSION>${apache.kafka.version}</KAFKA_VERSION>
<ZK_VERSION>${zookeeper.version}</ZK_VERSION>
<HADOOP_VERSION>${hadoop.compile.version}</HADOOP_VERSION>
diff --git a/licenses.yaml b/licenses.yaml
index fc73348bbc0..ea5c8ede0ee 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -3184,7 +3184,7 @@ libraries:
---
name: Kafka clients
-version: 5.5.12-ccs
+version: 6.2.12-ccs
license_category: binary
module: extensions/druid-avro-extensions
license_name: Apache License version 2.0
@@ -3193,7 +3193,7 @@ libraries:
---
name: Kafka-schema-registry-client
-version: 5.5.12
+version: 6.2.12
license_category: binary
module: extensions/druid-avro-extensions
license_name: Apache License version 2.0
@@ -3315,8 +3315,19 @@ libraries:
---
-name: Kafka Schema Registry Client 6.0.1
-version: 6.0.1
+name: swagger-annotations
+version: 2.1.10
+license_category: binary
+module: extensions/druid-avro-extensions
+license_name: Apache License version 2.0
+libraries:
+ - io.swagger: swagger-annotations
+ - io.swagger.core.v3: swagger-annotations
+
+---
+
+name: Kafka Schema Registry Client
+version: 6.2.12
license_category: binary
module: extensions/druid-protobuf-extensions
license_name: Apache License version 2.0
@@ -3327,13 +3338,25 @@ libraries:
---
name: Confluent Kafka Client
-version: 6.0.1-ccs
+version: 6.2.12-ccs
license_category: binary
module: extensions/druid-protobuf-extensions
license_name: Apache License version 2.0
libraries:
- org.apache.kafka: kafka-clients
+
+---
+
+name: swagger-annotations
+version: 2.1.10
+license_category: binary
+module: extensions/druid-avro-extensions
+license_name: Apache License version 2.0
+libraries:
+ - io.swagger: swagger-annotations
+ - io.swagger.core.v3: swagger-annotations
+
---
name: Apache Velocity Engine
@@ -4686,7 +4709,7 @@ libraries:
---
-name: Apache Lucene
+name: Apache Lucene
license_category: binary
version: 8.4.0
module: druid-ranger-security
diff --git a/pom.xml b/pom.xml
index 63d675d2f23..652011e3897 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,6 +86,7 @@
default_config.fmpp
-->
<calcite.version>1.35.0</calcite.version>
+ <confluent.version>6.2.12</confluent.version>
<datasketches.version>4.2.0</datasketches.version>
<datasketches.memory.version>2.2.0</datasketches.memory.version>
<derby.version>10.14.2.0</derby.version>
@@ -253,6 +254,14 @@
<enabled>false</enabled>
</snapshots>
</repository>
+
+ <repository>
+ <id>cflt-public</id>
+ <url>https://packages.confluent.io/maven/</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
</repositories>
<pluginRepositories>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]