Skip to content

Commit

Permalink
Bump org.spockframework:spock-bom 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-bom from 2.3-groovy-3.0 to 2.3-groovy-4.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2023
1 parent 5d80544 commit 5175bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ testInt.dependsOn ':processor-two:build'
dependencies {
implementation 'org.yaml:snakeyaml:2.0'

testImplementation platform ("org.spockframework:spock-bom:2.3-groovy-3.0")
testImplementation platform ("org.spockframework:spock-bom:2.3-groovy-4.0")
testImplementation 'org.spockframework:spock-core'
testImplementation 'net.bytebuddy:byte-buddy:1.14.5'
testImplementation gradleTestKit()

testIntImplementation platform ("org.spockframework:spock-bom:2.3-groovy-3.0")
testIntImplementation platform ("org.spockframework:spock-bom:2.3-groovy-4.0")
testIntImplementation 'org.spockframework:spock-core'
testIntImplementation 'net.bytebuddy:byte-buddy:1.14.5'
testIntImplementation gradleTestKit()
Expand Down

0 comments on commit 5175bf8

Please sign in to comment.