Skip to content

Commit ba1b40f

Browse files
authored
Merge pull request #161 from xvik/dependabot/gradle/org.testcontainers-testcontainers-1.20.6
Bump org.testcontainers:testcontainers from 1.20.5 to 1.20.6
2 parents 103cc0a + 3850634 commit ba1b40f

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

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

0 commit comments

Comments
 (0)