We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b8a33 commit b7db4e8Copy full SHA for b7db4e8
build.gradle.kts
@@ -33,7 +33,7 @@ dependencies {
33
implementation("aws.smithy.kotlin:http-client-engine-okhttp:1.6.0")
34
35
// Kafka client
36
- implementation("org.apache.kafka:kafka-clients:3.9.1")
+ implementation("org.apache.kafka:kafka-clients:4.1.1")
37
38
// JSON serialization
39
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0")
0 commit comments