Skip to content

Commit

Permalink
Update dependency org.apache.kafka:kafka-clients to v3.5.0 (#95)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sam <sam@sksamuel.com>
  • Loading branch information
renovate[bot] and sksamuel committed Jun 18, 2023
1 parent 3344208 commit 0a81dee
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 @@ -7,7 +7,7 @@ kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-c
hikari = { module = "com.zaxxer:HikariCP", version = "5.0.1" }
jedis = { module = "redis.clients:jedis", version = "4.3.1" }
mysql-connector-java = { module = "mysql:mysql-connector-java", version = "8.0.33" }
kafka-client = { module = "org.apache.kafka:kafka-clients", version = "3.3.2" }
kafka-client = { module = "org.apache.kafka:kafka-clients", version = "3.5.0" }
elastic-client = { module = "co.elastic.clients:elasticsearch-java", version = "7.17.10" }

testcontainers-elastic = { module = "org.testcontainers:elasticsearch", version.ref = "testcontainers" }
Expand Down

0 comments on commit 0a81dee

Please sign in to comment.