File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,13 +96,13 @@ dependencies {
96
96
implementation ' org.yaml:snakeyaml:2.1'
97
97
98
98
testImplementation(localGroovy())
99
- testImplementation platform (" org.spockframework:spock-bom:2.4-M1- groovy-3.0 " )
99
+ testImplementation platform (" org.spockframework:spock-bom:2.4-groovy-4.0-SNAPSHOT " )
100
100
testImplementation ' org.spockframework:spock-core'
101
101
testImplementation ' net.bytebuddy:byte-buddy:1.14.8'
102
102
testImplementation gradleTestKit()
103
103
104
104
testIntImplementation(localGroovy())
105
- testIntImplementation platform (" org.spockframework:spock-bom:2.4-M1- groovy-3.0 " )
105
+ testIntImplementation platform (" org.spockframework:spock-bom:2.4-groovy-4.0-SNAPSHOT " )
106
106
testIntImplementation ' org.spockframework:spock-core'
107
107
testIntImplementation ' net.bytebuddy:byte-buddy:1.14.8'
108
108
testIntImplementation gradleTestKit()
You can’t perform that action at this time.
0 commit comments