Skip to content

Commit

Permalink
Update dependency org.spockframework:spock-junit4 to v2.3-groovy-4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2023
1 parent 6a4f652 commit 1eb838a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
exclude group: 'org.codehaus.groovy'
}
//for "@Rule TemporaryFolder"
testImplementation('org.spockframework:spock-junit4:2.3-groovy-3.0') {
testImplementation('org.spockframework:spock-junit4:2.3-groovy-4.0') {
exclude group: 'org.codehaus.groovy'
}
testImplementation 'net.bytebuddy:byte-buddy:1.14.8' //for Spying in Spock
Expand Down

0 comments on commit 1eb838a

Please sign in to comment.