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 f736060 + c06520d commit d4113c8Copy full SHA for d4113c8
modules/kafka/build.gradle
@@ -3,7 +3,7 @@ description = "Testcontainers :: Kafka"
3
dependencies {
4
compile project(':testcontainers')
5
6
- testCompile 'org.apache.kafka:kafka-clients:2.6.0'
+ testCompile 'org.apache.kafka:kafka-clients:2.8.0'
7
testCompile 'org.assertj:assertj-core:3.18.1'
8
testCompile 'com.google.guava:guava:23.0'
9
}
0 commit comments