Skip to content

Commit

Permalink
chore(deps): spock dependency fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
augi authored Aug 27, 2024
1 parent 5084a2d commit f00c3a0
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 @@ -16,7 +16,7 @@ repositories {

dependencies {
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
testImplementation ('org.spockframework:spock-core:2.3-groovy-4.0') {
testImplementation ('org.spockframework:spock-core:2.3-groovy-3.0') {
exclude group:'org.codehaus.groovy'
}
}
Expand Down

0 comments on commit f00c3a0

Please sign in to comment.