diff --git a/build.gradle b/build.gradle index f021c6a0a..d86d9eb8c 100644 --- a/build.gradle +++ b/build.gradle @@ -44,8 +44,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.19' + force 'org.codehaus.groovy:groovy-sql:3.0.19' eachDependency { DependencyResolveDetails details -> if (details.requested.group == 'org.codehaus.groovy' && diff --git a/gradle.properties b/gradle.properties index 02640a844..62d04b61e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ githubSlug=grails/grails-views gormVersion=8.0.0 grailsVersion=6.0.0-RC1 grailsGradlePluginVersion=6.0.0-RC1 -groovyVersion=3.0.11 +groovyVersion=3.0.19 hibernateGormVersion=8.0.0-RC1 jansiVersion=2.4.0 javaParserCoreVersion=3.15.14