Skip to content

Commit

Permalink
fix(deps): update groovy monorepo to v4.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2024
1 parent 2c68b17 commit ed35688
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle/java-config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ java {
configurations.all {

resolutionStrategy.dependencySubstitution {
substitute module("org.codehaus.groovy:groovy") using module('org.apache.groovy:groovy:4.0.22')
substitute module("org.codehaus.groovy:groovy-templates") using module('org.apache.groovy:groovy-templates:4.0.22')
substitute module("org.codehaus.groovy:groovy-xml") using module('org.apache.groovy:groovy-xml:4.0.22')
substitute module("org.codehaus.groovy:groovy-json") using module('org.apache.groovy:groovy-json:4.0.22')
substitute module("org.codehaus.groovy:groovy") using module('org.apache.groovy:groovy:4.0.23')
substitute module("org.codehaus.groovy:groovy-templates") using module('org.apache.groovy:groovy-templates:4.0.23')
substitute module("org.codehaus.groovy:groovy-xml") using module('org.apache.groovy:groovy-xml:4.0.23')
substitute module("org.codehaus.groovy:groovy-json") using module('org.apache.groovy:groovy-json:4.0.23')
}
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ bytebuddy = '1.14.12'
gpars = '1.2.1'
grails = '7.0.0-SNAPSHOT'
grails-gsp = '7.0.0-SNAPSHOT'
groovy = '4.0.22'
groovy = '4.0.23'
gorm = '8.1.2'
javax-annotation = '1.3.2'
objenesis = '3.3'
Expand Down

0 comments on commit ed35688

Please sign in to comment.