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 8ec726e commit 2941b94Copy full SHA for 2941b94
build.gradle.kts
@@ -50,7 +50,7 @@ dependencies {
50
testImplementation("junit:junit:4.13.2")
51
testImplementation("commons-io:commons-io:2.19.0")
52
testImplementation("commons-codec:commons-codec:1.18.0")
53
- testImplementation("org.testcontainers:testcontainers:1.21.2")
+ testImplementation("org.testcontainers:testcontainers:1.21.3")
54
testImplementation("org.jetbrains:annotations:26.0.2")
55
testImplementation("ch.qos.logback:logback-classic:1.5.18")
56
testImplementation("org.hamcrest:hamcrest:3.0")
0 commit comments