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 26f0a5d commit 0026c74Copy full SHA for 0026c74
build.gradle.kts
@@ -31,7 +31,7 @@ dependencies {
31
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1")
32
testImplementation("org.junit.jupiter:junit-jupiter:5.11.1")
33
testImplementation("org.testcontainers:testcontainers:1.20.1")
34
- testImplementation("org.testcontainers:junit-jupiter:1.20.1")
+ testImplementation("org.testcontainers:junit-jupiter:1.20.3")
35
}
36
37
tasks.test {
0 commit comments