Skip to content

Commit e501150

Browse files
fix(deps): update dependency org.spockframework:spock-core to v2
1 parent 19aa6a1 commit e501150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alice/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ group = 'to.wetransform'
1919
dependencies {
2020
implementation "org.codehaus.groovy:groovy:2.5.23"
2121

22-
testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
22+
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
2323
testImplementation group: 'commons-io', name: 'commons-io', version: '2.17.0'
2424
testImplementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0'
2525
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.11.3'

0 commit comments

Comments
 (0)