Skip to content

Commit fc26a1a

Browse files
authored
Merge pull request #1032 from ie3-institute/dependabot/gradle/dev/testcontainersVersion-1.19.7
Bump testcontainersVersion from 1.19.6 to 1.19.7
2 parents e29f560 + 63efaf8 commit fc26a1a

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
@@ -18,7 +18,7 @@ ext {
1818
javaVersion = JavaVersion.VERSION_17
1919
groovyVersion = "4.0"
2020
groovyBinaryVersion = "4.0.19"
21-
testcontainersVersion = '1.19.6'
21+
testcontainersVersion = '1.19.7'
2222

2323
scriptsLocation = 'gradle' + File.separator + 'scripts' + File.separator //location of script plugins
2424
}

0 commit comments

Comments
 (0)