File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
2323 // mandatory dependencies for using Spock
2424 implementation platform(' org.apache.groovy:groovy-bom:4.0.29' )
2525 implementation ' org.apache.groovy:groovy'
26- testImplementation platform(" org.spockframework:spock-bom:2.3 -groovy-4 .0" )
26+ testImplementation platform(" org.spockframework:spock-bom:2.4 -groovy-5 .0" )
2727 testImplementation " org.spockframework:spock-core"
2828 testImplementation " org.spockframework:spock-junit4" // you can remove this if your code does not rely on old JUnit 4 rules
2929
Original file line number Diff line number Diff line change 6969 <dependency >
7070 <groupId >org.spockframework</groupId >
7171 <artifactId >spock-bom</artifactId >
72- <version >2.3 -groovy-4 .0</version >
72+ <version >2.4 -groovy-5 .0</version >
7373 <type >pom</type >
7474 <scope >import</scope >
7575 </dependency >
You can’t perform that action at this time.
0 commit comments