Skip to content

Commit

Permalink
Bump org.codehaus.groovy:groovy-all from 3.0.19 to 3.0.20
Browse files Browse the repository at this point in the history
Bumps [org.codehaus.groovy:groovy-all](https://github.com/apache/groovy) from 3.0.19 to 3.0.20.
- [Commits](https://github.com/apache/groovy/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ahus1 committed Dec 25, 2023
1 parent 82fc5c0 commit de60646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repositories {
dependencies {
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.4")
// mandatory dependencies for using Spock
testImplementation ("org.codehaus.groovy:groovy-all:3.0.19")
testImplementation ("org.codehaus.groovy:groovy-all:3.0.20")
testImplementation ("org.spockframework:spock-core:2.3-groovy-4.0") {
exclude("org.codehaus.groovy", "groovy-xml")
}
Expand Down

0 comments on commit de60646

Please sign in to comment.