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 11548aa commit 72f3c7aCopy full SHA for 72f3c7a
build.gradle.kts
@@ -30,8 +30,8 @@ dependencies {
30
testImplementation(kotlin("test"))
31
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")
32
testImplementation("org.junit.jupiter:junit-jupiter:5.11.1")
33
- testImplementation("org.testcontainers:testcontainers:1.20.4")
34
- testImplementation("org.testcontainers:junit-jupiter:1.20.4")
+ testImplementation("org.testcontainers:testcontainers:1.20.5")
+ testImplementation("org.testcontainers:junit-jupiter:1.20.5")
35
}
36
37
tasks.test {
0 commit comments