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 dfe5210 commit d3449cd
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 @@ -21,7 +21,7 @@ dependencies {

testImplementation 'junit:junit:4.13.2'
testImplementation gradleTestKit()
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 d3449cd

Please sign in to comment.