We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cee6660 + 26939eb commit 8ed3f29Copy full SHA for 8ed3f29
build.gradle
@@ -17,7 +17,7 @@ ext {
17
//version (changing these should be considered thoroughly!)
18
javaVersion = JavaVersion.VERSION_17
19
groovyVersion = "4.0"
20
- groovyBinaryVersion = "4.0.22"
+ groovyBinaryVersion = "4.0.23"
21
testcontainersVersion = '1.20.1'
22
23
scriptsLocation = 'gradle' + File.separator + 'scripts' + File.separator //location of script plugins
0 commit comments