Skip to content

Commit

Permalink
Bump groovy version to 4.0.22 so that regenerate works.
Browse files Browse the repository at this point in the history
  • Loading branch information
dweiss committed Sep 5, 2024
1 parent e6a9ccb commit 96632f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ configurations {

dependencies {
// Use a newer groovy that doesn't have illegal reflective accesses.
groovy "org.codehaus.groovy:groovy-all:3.0.21"
groovy "org.codehaus.groovy:groovy-all:4.0.22"
}

apply from: file('buildSrc/scriptDepVersions.gradle')
Expand Down

0 comments on commit 96632f8

Please sign in to comment.