We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da60e4b commit b416a47Copy full SHA for b416a47
build.gradle.kts
@@ -67,7 +67,7 @@ dependencies {
67
exclude(group = "org.junit.vintage", module = "junit-vintage-engine")
68
}
69
70
- val testcontainersVersion = "1.21.1"
+ val testcontainersVersion = "1.21.2"
71
testImplementation("org.testcontainers:testcontainers:$testcontainersVersion")
72
testImplementation("org.testcontainers:junit-jupiter:$testcontainersVersion")
73
testImplementation("org.testcontainers:postgresql:$testcontainersVersion")
0 commit comments