Skip to content

Commit

Permalink
Merge pull request #56
Browse files Browse the repository at this point in the history
* Bump org.spockframework:spock-core from 2.3-groovy-3.0 to 2.3-groovy-4.0

* Bump also groovy to match spock version
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent 0b7d855 commit 83fbe95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ 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:2.3-groovy-3.0")
testImplementation("org.apache.groovy:groovy:4.0.15")
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
testImplementation("com.github.tomakehurst:wiremock-jre8:3.0.1")
testImplementation("net.bytebuddy:byte-buddy:1.14.8")
}
Expand Down

0 comments on commit 83fbe95

Please sign in to comment.