Skip to content

Commit

Permalink
chore(deps): bump org.apache.groovy:groovy-bom from 4.0.6 to 4.0.19
Browse files Browse the repository at this point in the history
Bumps [org.apache.groovy:groovy-bom](https://github.com/apache/groovy) from 4.0.6 to 4.0.19.
- [Commits](https://github.com/apache/groovy/commits)

---
updated-dependencies:
- dependency-name: org.apache.groovy:groovy-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent bf9bbd9 commit fcbe5cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ javaPlatform {
}

dependencies {
api platform('org.apache.groovy:groovy-bom:4.0.6')
api platform('org.apache.groovy:groovy-bom:4.0.19')
api platform('org.spockframework:spock-bom:2.3-groovy-4.0')

api 'com.google.auto.service:auto-service-annotations:1.1.1'
Expand Down
4 changes: 2 additions & 2 deletions examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dependencies {
spock22groovy30Implementation 'org.spockframework:spock-core'

spock22groovy40Implementation enforcedPlatform(project(':dependencies'))
spock22groovy40Implementation enforcedPlatform('org.apache.groovy:groovy-bom:4.0.6')
spock22groovy40Implementation enforcedPlatform('org.apache.groovy:groovy-bom:4.0.19')
spock22groovy40Implementation enforcedPlatform('org.spockframework:spock-bom:2.2-groovy-4.0')
spock22groovy40Implementation project(':spock-deepmock')
spock22groovy40Implementation 'net.bytebuddy:byte-buddy'
Expand All @@ -95,7 +95,7 @@ dependencies {
spock23groovy30Implementation 'org.spockframework:spock-core'

spock23groovy40Implementation enforcedPlatform(project(':dependencies'))
spock23groovy40Implementation enforcedPlatform('org.apache.groovy:groovy-bom:4.0.6')
spock23groovy40Implementation enforcedPlatform('org.apache.groovy:groovy-bom:4.0.19')
spock23groovy40Implementation enforcedPlatform('org.spockframework:spock-bom:2.3-groovy-4.0')
spock23groovy40Implementation project(':spock-deepmock')
spock23groovy40Implementation 'net.bytebuddy:byte-buddy'
Expand Down
2 changes: 1 addition & 1 deletion spock-deepmock/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
annotationProcessor 'com.google.auto.service:auto-service'

compileOnly enforcedPlatform(project(':dependencies'))
compileOnly platform('org.apache.groovy:groovy-bom:4.0.6')
compileOnly platform('org.apache.groovy:groovy-bom:4.0.19')
compileOnly platform('org.spockframework:spock-bom:2.3-groovy-4.0')
compileOnly 'com.google.auto.service:auto-service-annotations'
compileOnly 'org.spockframework:spock-core'
Expand Down

0 comments on commit fcbe5cf

Please sign in to comment.