Skip to content

Commit 512112f

Browse files
Update groovy monorepo to v4.0.23
1 parent cb606b8 commit 512112f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121

2222
dependencies {
2323
// mandatory dependencies for using Spock
24-
implementation platform('org.apache.groovy:groovy-bom:4.0.22')
24+
implementation platform('org.apache.groovy:groovy-bom:4.0.23')
2525
implementation 'org.apache.groovy:groovy'
2626
testImplementation platform("org.spockframework:spock-bom:2.3-groovy-4.0")
2727
testImplementation "org.spockframework:spock-core"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
14-
<groovy.version>4.0.22</groovy.version>
14+
<groovy.version>4.0.23</groovy.version>
1515
</properties>
1616

1717
<build>

0 commit comments

Comments
 (0)