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 389fdbbCopy full SHA for 389fdbb
build.gradle.kts
@@ -29,7 +29,7 @@ dependencies {
29
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")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")
33
testImplementation("org.testcontainers:testcontainers:1.20.4")
34
testImplementation("org.testcontainers:junit-jupiter:1.20.4")
35
}
0 commit comments