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 2a963aaCopy full SHA for 2a963aa
build.gradle.kts
@@ -30,8 +30,8 @@ dependencies {
30
testImplementation(kotlin("test"))
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:testcontainers:1.20.3")
+ testImplementation("org.testcontainers:junit-jupiter:1.20.3")
35
}
36
37
tasks.test {
0 commit comments