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 4e4eaf5 commit 4836945Copy full SHA for 4836945
build.gradle.kts
@@ -56,8 +56,8 @@ dependencies {
56
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.4")
57
testImplementation("org.mockito:mockito-core:5.19.0")
58
testImplementation("org.mockito:mockito-junit-jupiter:5.19.0")
59
- testImplementation("org.testcontainers:junit-jupiter:1.21.3")
60
- testImplementation("org.testcontainers:testcontainers:1.21.3")
+ testImplementation("org.testcontainers:testcontainers-junit-jupiter:2.0.1")
+ testImplementation("org.testcontainers:testcontainers:2.0.1")
61
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
62
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
63
}
0 commit comments