File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ repositories {
2626
2727dependencies {
2828 val version: String by project
29- implementation(" org.spockframework:spock-core:2.3 -groovy-4 .0" )
30- implementation(" org.spockframework:spock-junit4:2.3 -groovy-4 .0" )
29+ implementation(" org.spockframework:spock-core:2.4 -groovy-5 .0" )
30+ implementation(" org.spockframework:spock-junit4:2.4 -groovy-5 .0" )
3131 testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.14.1" )
3232 testImplementation(" com.tngtech.jgiven:jgiven-spock2:$version " )
3333}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies {
2020 testImplementation(project(" :jgiven-junit5" ))
2121 testImplementation(libs.junit.jupiter)
2222 testRuntimeOnly(libs.junit.platform.launcher)
23- testImplementation(" org.spockframework:spock-core:2.3 -groovy-4 .0" )
23+ testImplementation(" org.spockframework:spock-core:2.4 -groovy-5 .0" )
2424}
2525
2626tasks.named<Test >(" test" ) {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88
99description = " Module for writing JGiven tests with Spock 2"
1010
11- val spock2Version = " 2.3 -groovy-4 .0"
11+ val spock2Version = " 2.4 -groovy-5 .0"
1212val groovyVersion = " 4.0.29"
1313
1414repositories {
You can’t perform that action at this time.
0 commit comments