Skip to content

Commit 290d59c

Browse files
authored
Merge pull request #178 from xvik/dependabot/gradle/org.testcontainers-testcontainers-2.0.1
Bump org.testcontainers:testcontainers from 2.0.0 to 2.0.1
2 parents c1d76e2 + 6e97030 commit 290d59c

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:2.0.0'
28+
implementation 'org.testcontainers:testcontainers:2.0.1'
2929

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

0 commit comments

Comments
 (0)