Skip to content

Commit

Permalink
Bump org.spockframework:spock-core from 2.3-groovy-3.0 to 2.3-groovy-4.0
Browse files Browse the repository at this point in the history
Bumps org.spockframework:spock-core from 2.3-groovy-3.0 to 2.3-groovy-4.0.

---
updated-dependencies:
- dependency-name: org.spockframework:spock-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 21, 2023
1 parent aca2e9d commit 8d740e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ dependencies {
testFixturesApi gradleTestKit()
testImplementation 'com.github.tomakehurst:wiremock-jre8-standalone:2.35.0'
testImplementation "org.mockito:mockito-core:${props.getProperty('mockito')}"
integTestImplementation('org.spockframework:spock-core:2.3-groovy-3.0') {
integTestImplementation('org.spockframework:spock-core:2.3-groovy-4.0') {
exclude module: "groovy"
}
}
Expand Down

0 comments on commit 8d740e0

Please sign in to comment.