We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dde55f commit 20c4d21Copy full SHA for 20c4d21
junit-multiple-engines/build.gradle.kts
@@ -59,7 +59,7 @@ dependencies {
59
testRuntimeOnly("org.spekframework.spek2:spek-runner-junit5:$spekVersion")
60
61
// Spock2
62
- testImplementation("org.spockframework:spock-core:2.4-M6-groovy-4.0") {
+ testImplementation("org.spockframework:spock-core:2.4-M7-groovy-5.0") {
63
because("allows Spock specifications to run")
64
}
65
testImplementation(platform("org.apache.groovy:groovy-bom:4.0.29")) {
0 commit comments