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

@@ -27,7 +27,7 @@ dependencies {
optional("org.junit.jupiter:junit-jupiter-api")
optional("org.testng:testng")
optional("org.aspectj:aspectjweaver")
optional("org.codehaus.groovy:groovy")
optional("org.apache.groovy:groovy")
optional("org.hamcrest:hamcrest")
optional("net.sourceforge.htmlunit:htmlunit")
optional("org.seleniumhq.selenium:htmlunit-driver") {