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 121ceab commit cf93e13Copy full SHA for cf93e13
build.gradle
@@ -25,7 +25,7 @@ wrapper {
25
26
repositories { mavenLocal(); mavenCentral(); gradlePluginPortal() }
27
dependencies {
28
- implementation 'org.testcontainers:testcontainers:1.21.0'
+ implementation 'org.testcontainers:testcontainers:1.21.1'
29
30
testImplementation('org.spockframework:spock-core:2.3-groovy-3.0') {
31
exclude group: 'org.codehaus.groovy'
0 commit comments