Skip to content

Commit

Permalink
Update dependency org.spockframework:spock-core to v2.3-groovy-4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 18, 2023
1 parent 8f2a40b commit f45db26
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 @@ -44,7 +44,7 @@ dependencies {
testImplementation gradleTestKit()
testImplementation 'commons-io:commons-io:2.11.0'
testImplementation 'com.google.jimfs:jimfs:1.2' // In-Memory Filesystem
testImplementation 'org.spockframework:spock-core:2.0-groovy-3.0', {
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0', {
exclude group: 'org.codehaus.groovy'
}
testImplementation 'org.hamcrest:hamcrest-all:1.3'
Expand Down

0 comments on commit f45db26

Please sign in to comment.