Skip to content

Commit

Permalink
Update groovy monorepo to v3.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 11, 2023
1 parent a477a8b commit 85a6b43
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 @@ -45,8 +45,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.17'
force 'org.codehaus.groovy:groovy-sql:3.0.17'

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 @@ -5,7 +5,7 @@ githubSlug=grails/grails-views
gormVersion=8.0.0-M2
grailsVersion=6.0.0-M2
grailsGradlePluginVersion=6.0.0-M2
groovyVersion=3.0.11
groovyVersion=3.0.17
hibernateGormVersion=8.0.0-M1
jansiVersion=2.4.0
javaParserCoreVersion=3.15.14
Expand Down

0 comments on commit 85a6b43

Please sign in to comment.