Skip to content

Commit 3a46bbe

Browse files
Merge pull request #1341 from ie3-institute/dependabot/gradle/dev/testcontainersVersion-1.21.1
Bump testcontainersVersion from 1.21.0 to 1.21.1
2 parents 60ffa8f + 88e9af5 commit 3a46bbe

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.0'
24+
testcontainersVersion = '1.21.1'
2525

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

0 commit comments

Comments
 (0)