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 0c09999 commit f44080aCopy full SHA for f44080a
build.gradle.kts
@@ -48,7 +48,7 @@ repositories {
48
}
49
50
dependencies {
51
- implementation("org.testcontainers:testcontainers:1.21.1")
+ implementation("org.testcontainers:testcontainers:1.21.2")
52
testImplementation(platform("org.junit:junit-bom:5.13.1"))
53
testImplementation("org.junit.jupiter:junit-jupiter")
54
testImplementation("org.junit.jupiter:junit-jupiter-params")
0 commit comments