Upgraded Groovy to 4 and Rest Assured to 5

This commit is contained in:
Marcin Grzejszczak
2022-03-25 13:29:45 +01:00
parent 114524379e
commit 145cf4dd9e
28 changed files with 183 additions and 282 deletions

View File

@@ -52,7 +52,7 @@ dependencyManagement {
}
dependencies {
testImplementation "org.codehaus.groovy:groovy-all:${groovyVersion}"
testImplementation "org.apache.groovy:groovy-all:${groovyVersion}"
// example with adding Spock core and Spock Spring
testImplementation "org.spockframework:spock-core:${spockVersion}"
testImplementation "org.spockframework:spock-spring:${spockVersion}"
@@ -93,7 +93,7 @@ dependencyManagement {
}
dependencies {
testImplementation "org.codehaus.groovy:groovy-all:${groovyVersion}"
testImplementation "org.apache.groovy:groovy-all:${groovyVersion}"
// example with adding Spock core and Spock Spring
testImplementation "org.spockframework:spock-core:${spockVersion}"
testImplementation "org.spockframework:spock-spring:${spockVersion}"
@@ -127,7 +127,7 @@ dependencyManagement {
}
dependencies {
testImplementation "org.codehaus.groovy:groovy-all:${groovyVersion}"
testImplementation "org.apache.groovy:groovy-all:${groovyVersion}"
// example with adding Spock core and Spock Spring
testImplementation "org.spockframework:spock-core:${spockVersion}"
testImplementation "org.spockframework:spock-spring:${spockVersion}"