Skip to content

Commit 83559ea

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

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
@@ -16,7 +16,7 @@ repositories {
1616

1717
dependencies {
1818
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
19-
testImplementation ('org.spockframework:spock-core:2.3-groovy-3.0') {
19+
testImplementation ('org.spockframework:spock-core:2.3-groovy-4.0') {
2020
exclude group:'org.codehaus.groovy'
2121
}
2222
}

0 commit comments

Comments
 (0)