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

@@ -6,7 +6,7 @@ dependencies {
api(project(":spring-core"))
optional("jakarta.inject:jakarta.inject-api")
optional("org.yaml:snakeyaml")
optional("org.codehaus.groovy:groovy-xml")
optional("org.apache.groovy:groovy-xml")
optional("org.jetbrains.kotlin:kotlin-reflect")
optional("org.jetbrains.kotlin:kotlin-stdlib")
testImplementation(testFixtures(project(":spring-core")))