Skip to content

Commit

Permalink
Merge pull request #477 from grails/jamesfredley/remove-org-codehaus
Browse files Browse the repository at this point in the history
Update Groovy and Grails dependencies
  • Loading branch information
jamesfredley authored Sep 8, 2024
2 parents f23eb38 + a1ab3a2 commit 561eedc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

Expand Down Expand Up @@ -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}"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 561eedc

Please sign in to comment.