We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19aa6a1 commit e501150Copy full SHA for e501150
alice/build.gradle
@@ -19,7 +19,7 @@ group = 'to.wetransform'
19
dependencies {
20
implementation "org.codehaus.groovy:groovy:2.5.23"
21
22
- testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
+ testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
23
testImplementation group: 'commons-io', name: 'commons-io', version: '2.17.0'
24
testImplementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0'
25
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.11.3'
0 commit comments