Skip to content

Commit

Permalink
update core Apache Kafka dependencies to 3.6.0 (#15214)
Browse files Browse the repository at this point in the history
  • Loading branch information
xvrl authored Oct 20, 2023
1 parent 352702b commit e03f863
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 @@ -3527,7 +3527,7 @@ libraries:
---

name: Apache Kafka
version: 3.5.1
version: 3.6.0
license_category: binary
module: extensions/druid-kafka-indexing-service
license_name: Apache License version 2.0
Expand Down Expand Up @@ -4464,7 +4464,7 @@ name: Apache Kafka
license_category: binary
module: extensions/kafka-extraction-namespace
license_name: Apache License version 2.0
version: 3.5.1
version: 3.6.0
libraries:
- org.apache.kafka: kafka-clients
notices:
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.5.1</apache.kafka.version>
<apache.kafka.version>3.6.0</apache.kafka.version>
<apache.ranger.version>2.0.0</apache.ranger.version>
<apache.ranger.gson.version>2.2.4</apache.ranger.gson.version>
<scala.library.version>2.13.11</scala.library.version>
Expand Down

0 comments on commit e03f863

Please sign in to comment.