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.
2 parents 5386f77 + 5606826 commit c1e2f4dCopy full SHA for c1e2f4d
build.gradle
@@ -25,7 +25,7 @@ wrapper {
25
26
repositories { mavenLocal(); mavenCentral(); gradlePluginPortal() }
27
dependencies {
28
- implementation 'org.testcontainers:testcontainers:2.0.2'
+ implementation 'org.testcontainers:testcontainers:2.0.3'
29
30
testImplementation('org.spockframework:spock-core:2.4-M6-groovy-3.0') {
31
exclude group: 'org.codehaus.groovy'
0 commit comments