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

@@ -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>

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}"