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

@@ -46,8 +46,8 @@ dependencies {
testImplementation("ch.qos.logback:logback-classic")
testImplementation("com.squareup.okhttp3:okhttp")
testImplementation("org.apache.tomcat.embed:tomcat-embed-core")
testImplementation("org.codehaus.groovy:groovy")
testImplementation("org.codehaus.groovy:groovy-xml")
testImplementation("org.apache.groovy:groovy")
testImplementation("org.apache.groovy:groovy-xml")
testImplementation("org.eclipse:yasson")
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.mockito:mockito-junit-jupiter")