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 Oct 11, 2024
1 parent 9971dd6 commit d70b86d
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 @@ -4,7 +4,7 @@ gpars = '1.2.1'
grails = '7.0.0-SNAPSHOT'
grails-gsp = '7.0.0-SNAPSHOT'
grails-views = '4.0.0-SNAPSHOT'
groovy = '4.0.22'
groovy = '4.0.23'
gorm = '9.0.0-SNAPSHOT'
jakarta-annotation-api = '3.0.0'
micronaut-http-client = '4.6.5'
Expand Down

0 comments on commit d70b86d

Please sign in to comment.