We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95d907c commit 8117324Copy full SHA for 8117324
build.gradle.kts
@@ -20,7 +20,7 @@ dependencies {
20
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
21
22
// Testcontainers
23
- testImplementation("org.testcontainers:testcontainers:1.21.4")
+ testImplementation("org.testcontainers:testcontainers:2.0.3")
24
testImplementation("org.testcontainers:junit-jupiter:1.21.4")
25
testImplementation("org.testcontainers:kafka:1.21.4")
26
0 commit comments