Skip to content

Commit

Permalink
chore(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 committed Mar 7, 2022
1 parent 96107fe commit 339df82
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 @@ -24,7 +24,7 @@ dependencies {
// https://http-builder-ng.github.io/http-builder-ng/docs/javadoc/
compile 'io.github.http-builder-ng:http-builder-ng-okhttp:1.0.4'

testCompile('org.spockframework:spock-core:1.3-groovy-2.5') {
testCompile('org.spockframework:spock-core:2.1-groovy-3.0') {
exclude(module: 'groovy-all')
}
}
Expand Down

0 comments on commit 339df82

Please sign in to comment.