Update groovy monorepo to v4.0.14
This commit is contained in:
committed by
Leonard Brünings
parent
de0dae1ef7
commit
1933055e65
+1
-1
@@ -15,7 +15,7 @@ repositories {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// mandatory dependencies for using Spock
|
// mandatory dependencies for using Spock
|
||||||
implementation platform('org.apache.groovy:groovy-bom:4.0.5')
|
implementation platform('org.apache.groovy:groovy-bom:4.0.14')
|
||||||
implementation 'org.apache.groovy:groovy'
|
implementation 'org.apache.groovy:groovy'
|
||||||
testImplementation platform("org.spockframework:spock-bom:2.3-groovy-4.0")
|
testImplementation platform("org.spockframework:spock-bom:2.3-groovy-4.0")
|
||||||
testImplementation "org.spockframework:spock-core"
|
testImplementation "org.spockframework:spock-core"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||||
<groovy.version>4.0.5</groovy.version>
|
<groovy.version>4.0.14</groovy.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
Reference in New Issue
Block a user