Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: bump groovy-bom from 4.0.7 to 4.0.8
Bumps [groovy-bom](https://github.com/apache/groovy) from 4.0.7 to 4.0.8.
- [Release notes](https://github.com/apache/groovy/releases)
- [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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 23, 2023
commit 8f6e73b24f632ab9092deb2e52c8bf30aecbcd8c
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
exclude("org.slf4j")
}

testImplementation(platform("org.apache.groovy:groovy-bom:4.0.7"))
testImplementation(platform("org.apache.groovy:groovy-bom:4.0.8"))
testImplementation("org.apache.groovy:groovy")
testImplementation(platform("org.spockframework:spock-bom:2.3-groovy-4.0"))
testImplementation("org.spockframework:spock-core")
Expand Down