Skip to content

Commit ed9350d

Browse files
Update dependency org.spockframework:spock-core to v2.4-groovy-5.0
1 parent 76ef704 commit ed9350d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
testImplementation gradleTestKit()
4646
testImplementation 'commons-io:commons-io:2.15.1'
4747
testImplementation 'com.google.jimfs:jimfs:1.3.0' // In-Memory Filesystem
48-
testImplementation 'org.spockframework:spock-core:2.0-groovy-3.0', {
48+
testImplementation 'org.spockframework:spock-core:2.4-groovy-5.0', {
4949
exclude group: 'org.codehaus.groovy'
5050
}
5151
testImplementation 'org.hamcrest:hamcrest-all:1.3'

0 commit comments

Comments
 (0)