Skip to content

Commit

Permalink
Update dependency org.apache.groovy:groovy to v4.0.6 (#282)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 23, 2022
1 parent e9b71ce commit 72eac21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ repositories {
configurations.all {
resolutionStrategy.dependencySubstitution {
substitute(module("org.codehaus.groovy:groovy"))
.using(module("org.apache.groovy:groovy:4.0.5"))
.using(module("org.apache.groovy:groovy:4.0.6"))
}
}

0 comments on commit 72eac21

Please sign in to comment.