Upgrade to Groovy 3.0.7

See gh-24946
This commit is contained in:
dreis2211
2021-01-20 19:18:00 +01:00
committed by Andy Wilkinson
parent a4919a047e
commit d4eccb7715
6 changed files with 25 additions and 22 deletions

View File

@@ -345,7 +345,7 @@ bom {
]
}
}
library("Groovy", "2.5.14") {
library("Groovy", "3.0.7") {
group("org.codehaus.groovy") {
imports = [
"groovy-bom"
@@ -1320,9 +1320,6 @@ bom {
}
}
library("REST Assured", "4.2.1") {
prohibit("[4.3.0,)") {
because "it requires Groovy 3"
}
group("io.rest-assured") {
modules = [
"json-path",