Upgrade to Groovy 4.0

Closes gh-27985
This commit is contained in:
Juergen Hoeller
2022-02-04 21:01:02 +01:00
parent 4358b48b08
commit 9688e61e20
7 changed files with 9 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ dependencies {
testImplementation(testFixtures(project(":spring-context")))
testImplementation(testFixtures(project(":spring-core")))
testImplementation("org.aspectj:aspectjweaver")
testImplementation("org.codehaus.groovy:groovy")
testImplementation("org.apache.groovy:groovy")
testImplementation("jakarta.persistence:jakarta.persistence-api")
testImplementation("io.projectreactor:reactor-test")
}