Skip to content

Commit 969cc1f

Browse files
Merge pull request #1353 from ie3-institute/dependabot/gradle/dev/testcontainersVersion-1.21.3
Bump testcontainersVersion from 1.21.2 to 1.21.3
2 parents 1425d19 + 95c517b commit 969cc1f

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
@@ -21,7 +21,7 @@ ext {
2121
groovyBinaryVersion = "4.0.27"
2222

2323
junitVersion = '1.12.0'
24-
testcontainersVersion = '1.21.2'
24+
testcontainersVersion = '1.21.3'
2525

2626
scriptsLocation = 'gradle' + File.separator + 'scripts' + File.separator //location of script plugins
2727
}

0 commit comments

Comments
 (0)