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 773998d commit 6798259Copy full SHA for 6798259
build.gradle.kts
@@ -50,7 +50,7 @@ dependencies {
50
testImplementation("junit:junit:4.13.2")
51
testImplementation("commons-io:commons-io:2.15.1")
52
testImplementation("commons-codec:commons-codec:1.16.1")
53
- testImplementation("org.testcontainers:testcontainers:1.19.7")
+ testImplementation("org.testcontainers:testcontainers:1.20.6")
54
testImplementation("org.jetbrains:annotations:24.1.0")
55
testImplementation("ch.qos.logback:logback-classic:1.5.3")
56
testImplementation("org.hamcrest:hamcrest:2.2")
0 commit comments