Skip to content

Commit

Permalink
Update groovy monorepo to v3.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2024
1 parent a9e3f48 commit b501e7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ subprojects { subproject->
all {
resolutionStrategy {
force 'org.yaml:snakeyaml:1.33'
force 'org.codehaus.groovy:groovy-xml:3.0.13'
force 'org.codehaus.groovy:groovy-sql:3.0.13'
force 'org.codehaus.groovy:groovy-xml:3.0.20'
force 'org.codehaus.groovy:groovy-sql:3.0.20'

eachDependency { DependencyResolveDetails details ->
if (details.requested.group == 'org.codehaus.groovy' &&
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ githubSlug=grails/grails-views
gormVersion=8.0.1
grailsVersion=6.1.1
grailsGradlePluginVersion=6.1.1
groovyVersion=3.0.11
groovyVersion=3.0.20
hibernateGormVersion=8.0.0
jansiVersion=2.4.1
javaParserCoreVersion=3.25.8
Expand Down

0 comments on commit b501e7d

Please sign in to comment.