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] committed Jun 17, 2023
1 parent a307351 commit 7aa7995
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 @@ -92,12 +92,12 @@ testInt.dependsOn ':processor-one:build'
testInt.dependsOn ':processor-two:build'

dependencies {
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 7aa7995

Please sign in to comment.