Bump up spock to 2.2-groovy-3.0

This commit is contained in:
Jerome Prinet 2022-09-02 17:02:16 +02:00
parent 1761dcff13
commit 65c865a172
No known key found for this signature in database
GPG key ID: 101BA71B2F530F0A

View file

@ -14,8 +14,8 @@ repositories {
dependencies {
testImplementation gradleTestKit()
testImplementation 'org.spockframework:spock-core:2.1-groovy-3.0'
testImplementation('org.spockframework:spock-junit4:2.1-groovy-3.0')
testImplementation 'org.spockframework:spock-core:2.2-groovy-3.0'
testImplementation('org.spockframework:spock-junit4:2.2-groovy-3.0')
testImplementation ('io.ratpack:ratpack-groovy-test:1.9.0') {
exclude group: 'org.codehaus.groovy', module: 'groovy-all'