Skip to content

Commit

Permalink
Update SpockBasedAcceptanceTest.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshbhagat authored and pmendelski committed Aug 30, 2024
1 parent 3b9350e commit cced967
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class SpockBasedAcceptanceTest {
dependencies {
testImplementation "junit:junit:4.12"
testImplementation "org.codehaus.groovy:groovy-all:2.4.13"
testImplementation "org.spockframework:spock-core:1.1-groovy-2.4"
testImplementation "org.codehaus.groovy:groovy-all:3.0.22"
testImplementation "org.spockframework:spock-core:2.3-groovy-3.0"
}
test {
Expand Down

0 comments on commit cced967

Please sign in to comment.