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 50ae263 commit ca733d3Copy full SHA for ca733d3
build.gradle
@@ -17,7 +17,7 @@ ext {
17
//version (changing these should be considered thoroughly!)
18
javaVersion = JavaVersion.VERSION_17
19
tscfgVersion = '0.9.9'
20
- testcontainersVersion = '1.17.0'
+ testcontainersVersion = '1.17.1'
21
22
scriptsLocation = 'gradle' + File.separator + 'scripts' + File.separator //location of script plugins
23
}
0 commit comments