Skip to content

Commit a91eafd

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

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
@@ -15,7 +15,7 @@ repositories {
1515

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

0 commit comments

Comments
 (0)