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.
2 parents 953bc8f + 97bae71 commit e554270Copy full SHA for e554270
examples/kafka-cluster/build.gradle
@@ -10,7 +10,7 @@ dependencies {
10
testCompileOnly "org.projectlombok:lombok:1.18.20"
11
testAnnotationProcessor "org.projectlombok:lombok:1.18.10"
12
testImplementation 'org.testcontainers:kafka'
13
- testImplementation 'org.apache.kafka:kafka-clients:2.8.0'
+ testImplementation 'org.apache.kafka:kafka-clients:3.0.0'
14
testImplementation 'org.assertj:assertj-core:3.20.2'
15
testImplementation 'com.google.guava:guava:23.0'
16
testImplementation 'ch.qos.logback:logback-classic:1.2.5'
0 commit comments