Skip to content

Commit f00c3a0

Browse files
authored
chore(deps): spock dependency fixed
1 parent 5084a2d commit f00c3a0

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-4.0') {
19+
testImplementation ('org.spockframework:spock-core:2.3-groovy-3.0') {
2020
exclude group:'org.codehaus.groovy'
2121
}
2222
}

0 commit comments

Comments
 (0)