mirror of https://github.com/apache/druid.git
update kafka dependency version to 3.9.0 (#17513)
* update kafka dependency version to 3.9.0 * update licenses.yaml
This commit is contained in:
parent
dd46c7722d
commit
2831d79871
|
@ -3165,7 +3165,7 @@ libraries:
|
||||||
---
|
---
|
||||||
|
|
||||||
name: Apache Kafka
|
name: Apache Kafka
|
||||||
version: 3.6.1
|
version: 3.9.0
|
||||||
license_category: binary
|
license_category: binary
|
||||||
module: extensions/druid-kafka-indexing-service
|
module: extensions/druid-kafka-indexing-service
|
||||||
license_name: Apache License version 2.0
|
license_name: Apache License version 2.0
|
||||||
|
@ -3174,7 +3174,7 @@ libraries:
|
||||||
notices:
|
notices:
|
||||||
- kafka-clients: |
|
- kafka-clients: |
|
||||||
Apache Kafka
|
Apache Kafka
|
||||||
Copyright 2023 The Apache Software Foundation.
|
Copyright 2024 The Apache Software Foundation.
|
||||||
|
|
||||||
This product includes software developed at
|
This product includes software developed at
|
||||||
The Apache Software Foundation (https://www.apache.org/).
|
The Apache Software Foundation (https://www.apache.org/).
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -75,7 +75,7 @@
|
||||||
<project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
|
<project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
|
||||||
<aether.version>0.9.0.M2</aether.version>
|
<aether.version>0.9.0.M2</aether.version>
|
||||||
<apache.curator.version>5.5.0</apache.curator.version>
|
<apache.curator.version>5.5.0</apache.curator.version>
|
||||||
<apache.kafka.version>3.6.1</apache.kafka.version>
|
<apache.kafka.version>3.9.0</apache.kafka.version>
|
||||||
<!-- when updating apache ranger, verify the usage of aws-bundle-sdk vs aws-logs-sdk
|
<!-- when updating apache ranger, verify the usage of aws-bundle-sdk vs aws-logs-sdk
|
||||||
and update as needed in extensions-core/druid-ranger-security/pm.xml -->
|
and update as needed in extensions-core/druid-ranger-security/pm.xml -->
|
||||||
<apache.ranger.version>2.4.0</apache.ranger.version>
|
<apache.ranger.version>2.4.0</apache.ranger.version>
|
||||||
|
|
Loading…
Reference in New Issue