Skip to content

Commit

Permalink
Upgrade groovy from 2.4.21 to 4.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
j-sandy committed Oct 11, 2024
1 parent 0ed2cfd commit f6faa30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ task createReleasePropertiesFile(type: Exec) {
}

def addGroovy(name) {
[group: 'org.codehaus.groovy', name: name, version: '2.4.21']
[group: 'org.apache.groovy', name: name, version: '4.0.23']
}

def addSlf4J(name) {
Expand Down

0 comments on commit f6faa30

Please sign in to comment.