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 ade04b7 commit 467c085Copy full SHA for 467c085
build.gradle.kts
@@ -206,7 +206,7 @@ testing {
206
useJUnitJupiter()
207
dependencies {
208
implementation("org.junit.jupiter:junit-jupiter-params")
209
- implementation("org.testcontainers:testcontainers:1.19.0")
+ implementation("org.testcontainers:testcontainers:1.21.3")
210
implementation("ch.qos.logback:logback-classic:1.5.18")
211
}
212
0 commit comments