Skip to content

Commit b0fc639

Browse files
authored
Merge pull request #181 from xvik/dependabot/gradle/org.testcontainers-testcontainers-2.0.2
Bump org.testcontainers:testcontainers from 2.0.1 to 2.0.2
2 parents 0f0b2da + 1cd81f3 commit b0fc639

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

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

0 commit comments

Comments
 (0)