Skip to content

Commit

Permalink
Update dependency org.spockframework:spock-core to v2.4-groovy-4.0-SN…
Browse files Browse the repository at this point in the history
…APSHOT
  • Loading branch information
renovate[bot] authored Sep 12, 2024
1 parent 3e99c99 commit ddb6549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion junit5-multiple-engines/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
testRuntimeOnly("org.spekframework.spek2:spek-runner-junit5:$spekVersion")

// Spock2
testImplementation("org.spockframework:spock-core:2.4-M4-groovy-4.0") {
testImplementation("org.spockframework:spock-core:2.4-groovy-4.0-SNAPSHOT") {
because("allows Spock specifications to run")
}
testImplementation(platform("org.apache.groovy:groovy-bom:4.0.22")) {
Expand Down

0 comments on commit ddb6549

Please sign in to comment.