There was an error while loading. Please reload this page.
1 parent ed37020 commit 3e8432fCopy full SHA for 3e8432f
2 files changed
build.gradle
@@ -21,7 +21,7 @@ repositories {
21
22
dependencies {
23
// mandatory dependencies for using Spock
24
- implementation platform('org.apache.groovy:groovy-bom:4.0.26')
+ implementation platform('org.apache.groovy:groovy-bom:4.0.29')
25
implementation 'org.apache.groovy:groovy'
26
testImplementation platform("org.spockframework:spock-bom:2.3-groovy-4.0")
27
testImplementation "org.spockframework:spock-core"
pom.xml
@@ -11,7 +11,7 @@
11
<properties>
12
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
13
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
14
- <groovy.version>4.0.26</groovy.version>
+ <groovy.version>4.0.29</groovy.version>
15
</properties>
16
17
<build>
0 commit comments