Skip to content

Commit

Permalink
Merge pull request #173 from kitakkun/renovate/spock-monorepo
Browse files Browse the repository at this point in the history
Update dependency org.spockframework:spock-core to v2.3-groovy-4.0
  • Loading branch information
kitakkun authored Jan 12, 2025
2 parents a6fd0f0 + 7c87713 commit 98c72cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
implementation(libs.kotlin.gradle.plugin)

testImplementation(gradleTestKit())
testImplementation("org.spockframework:spock-core:2.2-groovy-3.0") {
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") {
exclude(group = "org.codehaus.groovy")
}
testImplementation(libs.junit.jupiter)
Expand Down

0 comments on commit 98c72cd

Please sign in to comment.