Skip to content

Commit

Permalink
fix(deps): update dependency org.spockframework:spock-core to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent 7817c05 commit 1c9a080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alice/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ group = 'to.wetransform'
dependencies {
implementation "org.codehaus.groovy:groovy-all:2.5.23"

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

0 comments on commit 1c9a080

Please sign in to comment.