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 Aug 5, 2024
1 parent ecd3875 commit c7f83ab
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 @@ -35,7 +35,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.18' //for Spying in Spock
Expand Down

0 comments on commit c7f83ab

Please sign in to comment.