Skip to content

Commit

Permalink
Bump org.apache.kafka:kafka-clients from 3.2.3 to 3.6.1
Browse files Browse the repository at this point in the history
Bumps org.apache.kafka:kafka-clients from 3.2.3 to 3.6.1.

---
updated-dependencies:
- dependency-name: org.apache.kafka:kafka-clients
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent 95fbfee commit d765e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ktor-serverTests = { module = "io.ktor:ktor-server-tests", version.ref = "ktor-v
jacksonDatatypejsr310 = { module = "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", version = "2.15.0" }

#Kafka
kafka-clients = { module = "org.apache.kafka:kafka-clients", version = "3.2.3"}
kafka-clients = { module = "org.apache.kafka:kafka-clients", version = "3.6.1"}
kafka-avro-serializer = { module = "io.confluent:kafka-avro-serializer", version = "6.2.2"}
kafka-testcontainer = { module = "org.testcontainers:kafka", version = "1.17.3" }

Expand Down

0 comments on commit d765e64

Please sign in to comment.