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 2359999 + d54f02e commit c1d76e2Copy full SHA for c1d76e2
build.gradle
@@ -25,7 +25,7 @@ wrapper {
25
26
repositories { mavenLocal(); mavenCentral(); gradlePluginPortal() }
27
dependencies {
28
- implementation 'org.testcontainers:testcontainers:1.21.3'
+ implementation 'org.testcontainers:testcontainers:2.0.0'
29
30
testImplementation('org.spockframework:spock-core:2.4-M6-groovy-3.0') {
31
exclude group: 'org.codehaus.groovy'
0 commit comments