Upgraded Groovy to 4 and Rest Assured to 5
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user