Skip to content

Commit b420c71

Browse files
fix(deps): update dependency org.codehaus.groovy:groovy to v3
1 parent a88013a commit b420c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alice/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ java {
1717
group = 'to.wetransform'
1818

1919
dependencies {
20-
implementation "org.codehaus.groovy:groovy:2.5.23"
20+
implementation "org.codehaus.groovy:groovy:3.0.25"
2121

2222
testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
2323
testImplementation group: 'commons-io', name: 'commons-io', version: '2.17.0'

0 commit comments

Comments
 (0)