Skip to content

Commit

Permalink
Bump also spock to match groovy version
Browse files Browse the repository at this point in the history
  • Loading branch information
irodzik committed Sep 22, 2023
1 parent 35ffdef commit 92e2e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
testImplementation("org.junit.vintage:junit-vintage-engine:5.10.0")
testImplementation("org.codehaus.groovy:groovy-all:3.0.19")
testImplementation("org.spockframework:spock-core:1.3-groovy-2.5")
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
testImplementation("com.github.tomakehurst:wiremock-jre8:2.31.0")
testImplementation("net.bytebuddy:byte-buddy:1.14.8")
}
Expand Down

0 comments on commit 92e2e8b

Please sign in to comment.