Skip to content

Commit

Permalink
update kafka dependency version to 3.9.0 (apache#17513) (apache#17517)
Browse files Browse the repository at this point in the history
  • Loading branch information
clintropolis authored Nov 27, 2024
1 parent 718ea2a commit c2d8ed7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3099,7 +3099,7 @@ libraries:
---

name: Apache Kafka
version: 3.6.1
version: 3.9.0
license_category: binary
module: extensions/druid-kafka-indexing-service
license_name: Apache License version 2.0
Expand All @@ -3108,7 +3108,7 @@ libraries:
notices:
- kafka-clients: |
Apache Kafka
Copyright 2023 The Apache Software Foundation.
Copyright 2024 The Apache Software Foundation.
This product includes software developed at
The Apache Software Foundation (https://www.apache.org/).
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
<aether.version>0.9.0.M2</aether.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
and update as needed in extensions-core/druid-ranger-security/pm.xml -->
<apache.ranger.version>2.4.0</apache.ranger.version>
Expand Down

0 comments on commit c2d8ed7

Please sign in to comment.