Update groovy monorepo to v4.0.15

This commit is contained in:
renovate[bot]
2023-09-15 10:45:43 +02:00
committed by Leonard Brünings
parent acf6f51ca9
commit 8126aba693
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ repositories {
dependencies {
// mandatory dependencies for using Spock
implementation platform('org.apache.groovy:groovy-bom:4.0.14')
implementation platform('org.apache.groovy:groovy-bom:4.0.15')
implementation 'org.apache.groovy:groovy'
testImplementation platform("org.spockframework:spock-bom:2.3-groovy-4.0")
testImplementation "org.spockframework:spock-core"
+1 -1
View File
@@ -11,7 +11,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<groovy.version>4.0.14</groovy.version>
<groovy.version>4.0.15</groovy.version>
</properties>
<build>