Upgrade to Groovy 4.0.1

Closes gh-30279
This commit is contained in:
Andy Wilkinson
2022-03-18 12:34:13 +00:00
parent 568cd687af
commit dd812a3f76
10 changed files with 19 additions and 15 deletions

View File

@@ -102,7 +102,7 @@ dependencies {
}
implementation("org.apache.tomcat.embed:tomcat-embed-core")
implementation("org.assertj:assertj-core")
implementation("org.codehaus.groovy:groovy")
implementation("org.apache.groovy:groovy")
implementation("org.hibernate:hibernate-jcache") {
exclude group: "javax.activation", module: "javax.activation-api"
exclude group: "javax.persistence", module: "javax.persistence-api"