Skip to content

Commit c1d76e2

Browse files
authored
Merge pull request #177 from xvik/dependabot/gradle/org.testcontainers-testcontainers-2.0.0
Bump org.testcontainers:testcontainers from 1.21.3 to 2.0.0
2 parents 2359999 + d54f02e commit c1d76e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ wrapper {
2525

2626
repositories { mavenLocal(); mavenCentral(); gradlePluginPortal() }
2727
dependencies {
28-
implementation 'org.testcontainers:testcontainers:1.21.3'
28+
implementation 'org.testcontainers:testcontainers:2.0.0'
2929

3030
testImplementation('org.spockframework:spock-core:2.4-M6-groovy-3.0') {
3131
exclude group: 'org.codehaus.groovy'

0 commit comments

Comments
 (0)