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 2359999 commit d54f02eCopy full SHA for d54f02e
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