Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Update Kafka client version to 3.6.1 (#1582)
Browse files Browse the repository at this point in the history
Ticket: 1413
  • Loading branch information
a1exsh authored Dec 20, 2023
1 parent 208c5c4 commit 2502380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ subprojects {
}
dependencies {
ext {
kafkaClientVersion = '3.3.2'
kafkaClientVersion = '3.6.1'
dropwizardVersion = '3.1.3'
curatorVersion = '5.1.0'
zookeeperVersion = '3.6.4'
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
- "2181:2181"

kafka:
image: bitnami/kafka:3.3
image: bitnami/kafka:3.6
ports:
- "29092:29092"
- "9092:9092"
Expand Down

0 comments on commit 2502380

Please sign in to comment.