We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 646e5e7 commit cbe9c20Copy full SHA for cbe9c20
examples/kafka-cluster/build.gradle
@@ -10,7 +10,7 @@ dependencies {
10
testCompileOnly "org.projectlombok:lombok:1.18.34"
11
testAnnotationProcessor "org.projectlombok:lombok:1.18.34"
12
testImplementation 'org.testcontainers:kafka'
13
- testImplementation 'org.apache.kafka:kafka-clients:3.7.1'
+ testImplementation 'org.apache.kafka:kafka-clients:3.8.0'
14
testImplementation 'org.assertj:assertj-core:3.26.3'
15
testImplementation 'com.google.guava:guava:23.0'
16
testImplementation 'ch.qos.logback:logback-classic:1.3.14'
0 commit comments