Skip to content

Commit 035a003

Browse files
Update dependency org.spockframework:spock-core to v2.3-groovy-4.0
1 parent 0b72d27 commit 035a003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
testImplementation gradleTestKit()
4545
testImplementation 'commons-io:commons-io:2.11.0'
4646
testImplementation 'com.google.jimfs:jimfs:1.2' // In-Memory Filesystem
47-
testImplementation 'org.spockframework:spock-core:2.0-groovy-3.0', {
47+
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0', {
4848
exclude group: 'org.codehaus.groovy'
4949
}
5050
testImplementation 'org.hamcrest:hamcrest-all:1.3'

0 commit comments

Comments
 (0)