Upgraded Groovy to 4 and Rest Assured to 5
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<!-- TODO: Remove me -->
|
||||
<!--<upload-docs-zip.phase>deploy</upload-docs-zip.phase>-->
|
||||
<!-- Aligned with Groovy in SC-Build -->
|
||||
<groovy.version>2.5.14</groovy.version>
|
||||
<groovy.version>4.0.0</groovy.version>
|
||||
</properties>
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
@@ -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