Skip to content

Commit f6faa30

Browse files
committed
Upgrade groovy from 2.4.21 to 4.0.23
1 parent 0ed2cfd commit f6faa30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ task createReleasePropertiesFile(type: Exec) {
2626
}
2727

2828
def addGroovy(name) {
29-
[group: 'org.codehaus.groovy', name: name, version: '2.4.21']
29+
[group: 'org.apache.groovy', name: name, version: '4.0.23']
3030
}
3131

3232
def addSlf4J(name) {

0 commit comments

Comments
 (0)