We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c55b1d commit 6262542Copy full SHA for 6262542
jgiven-gradle-plugin/build.gradle
@@ -15,7 +15,7 @@ dependencies {
15
testImplementation project(':jgiven-junit5')
16
testImplementation 'org.junit.jupiter:junit-jupiter'
17
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
18
- testImplementation 'org.spockframework:spock-core:2.3-groovy-3.0'
+ testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
19
}
20
21
test{
0 commit comments