Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

Commit 0a81dee

Browse files
Update dependency org.apache.kafka:kafka-clients to v3.5.0 (#95)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Sam <[email protected]>
1 parent 3344208 commit 0a81dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-c
77
hikari = { module = "com.zaxxer:HikariCP", version = "5.0.1" }
88
jedis = { module = "redis.clients:jedis", version = "4.3.1" }
99
mysql-connector-java = { module = "mysql:mysql-connector-java", version = "8.0.33" }
10-
kafka-client = { module = "org.apache.kafka:kafka-clients", version = "3.3.2" }
10+
kafka-client = { module = "org.apache.kafka:kafka-clients", version = "3.5.0" }
1111
elastic-client = { module = "co.elastic.clients:elasticsearch-java", version = "7.17.10" }
1212

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

0 commit comments

Comments
 (0)