Skip to content

Commit b83205c

Browse files
Update dependency org.spockframework:spock-core to v2.3-groovy-4.0
1 parent 2d43061 commit b83205c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.3-groovy-4.0', {
4949
exclude group: 'org.codehaus.groovy'
5050
}
5151
testImplementation 'org.hamcrest:hamcrest-all:1.3'

0 commit comments

Comments
 (0)