We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49898d0 commit 7e16c98Copy full SHA for 7e16c98
build.gradle
@@ -18,7 +18,7 @@ ext {
18
javaVersion = JavaVersion.VERSION_17
19
groovyVersion = "4.0"
20
groovyBinaryVersion = "4.0.23"
21
- testcontainersVersion = '1.20.2'
+ testcontainersVersion = '1.20.3'
22
23
scriptsLocation = 'gradle' + File.separator + 'scripts' + File.separator //location of script plugins
24
}
0 commit comments