Skip to content

Commit c1d9c80

Browse files
fix(deps): update dependency org.spockframework:spock-core to v2.3-groovy-4.0
1 parent bd67405 commit c1d9c80

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
@@ -23,7 +23,7 @@ dependencies {
2323
implementation gradleApi()
2424
implementation 'org.yaml:snakeyaml:2.0'
2525
testImplementation gradleTestKit()
26-
testImplementation 'org.spockframework:spock-core:2.1-groovy-2.5'
26+
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
2727
}
2828

2929
test {

0 commit comments

Comments
 (0)