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 04c2fffCopy full SHA for 04c2fff
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.4")
210
implementation("ch.qos.logback:logback-classic:1.5.18")
211
}
212
0 commit comments