From a1ab3a2f7d1bcb68645dcb7248c7b79f44c7125d Mon Sep 17 00:00:00 2001 From: James Fredley Date: Thu, 5 Sep 2024 20:44:16 -0400 Subject: [PATCH] Update Groovy and Grails dependencies --- build.gradle | 4 ++-- gradle.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 55898852d8..e1f9d87c0d 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ subprojects { apply from: "${commonBuild}/common-project.gradle" dependencies { - documentation "org.codehaus.groovy:groovy-dateutil:$groovyVersion" + documentation "org.apache.groovy:groovy-dateutil:$groovyVersion" } } @@ -98,7 +98,7 @@ subprojects { compileOnly "jakarta.servlet:jakarta.servlet-api:$servletApiVersion" testImplementation "jakarta.servlet:jakarta.servlet-api:$servletApiVersion" - testImplementation "org.codehaus.groovy:groovy-test-junit5:${groovyVersion}" + testImplementation "org.apache.groovy:groovy-test-junit5:${groovyVersion}" testImplementation "org.junit.jupiter:junit-jupiter-api:${junitJupiterVersion}" testImplementation "org.junit.platform:junit-platform-runner:${junitPlatformVerison}" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${junitJupiterVersion}" diff --git a/gradle.properties b/gradle.properties index e2f1ca8e2b..27083ff6a0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ projectUrl=https://github.com/grails/grails-gsp githubSlug=grails/grails-gsp githubBranch=7.0.x developers=Puneet Behl, Graeme Rocher -grailsGradlePluginVersion=6.2.0 +grailsGradlePluginVersion=7.0.0-SNAPSHOT grailsVersion=7.0.0-SNAPSHOT groovyVersion=4.0.22 annotationApiVersion=3.0.0 @@ -25,7 +25,7 @@ slf4jVersion=1.7.32 antVersion=1.10.14 controllersRef=https://docs.grails.org/latest/ref/Controllers commandLineRef=https://docs.grails.org/latest/ref/Command%20Line -grailsDocsVersion=5.0.2 +grailsDocsVersion=7.0.0-SNAPSHOT testingSupportVersion=4.0.0-SNAPSHOT junit-jupiter.version=5.8.0