Skip to content

Commit

Permalink
Merge pull request #16 from gradle/renovate/spock-monorepo
Browse files Browse the repository at this point in the history
[Renovate Bot] Update dependency org.spockframework:spock-core to v2.3-groovy-4.0
  • Loading branch information
pshevche authored Oct 14, 2024
2 parents f275e9a + 422645c commit 252342e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ java {

dependencies {
testImplementation(project(":jfr-polyfill"))
testImplementation("org.spockframework:spock-core:2.1-groovy-3.0")
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
}

for (javaVersion in 8..20) {
Expand Down

0 comments on commit 252342e

Please sign in to comment.