Skip to content

Commit c6dcc2d

Browse files
Merge pull request #1501 from ie3-institute/dependabot/gradle/dev/testcontainersVersion-2.0.3
Bump testcontainersVersion from 2.0.2 to 2.0.3
2 parents 29e625e + 8d9719e commit c6dcc2d

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.28"
2222

2323
junitVersion = '6.0.1'
24-
testcontainersVersion = '2.0.2'
24+
testcontainersVersion = '2.0.3'
2525

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

0 commit comments

Comments
 (0)