Skip to content

Commit

Permalink
Bump groovy-all from 3.0.12 to 3.0.13
Browse files Browse the repository at this point in the history
Bumps [groovy-all](https://github.com/apache/groovy) from 3.0.12 to 3.0.13.
- [Release notes](https://github.com/apache/groovy/releases)
- [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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tobiasschaefer committed Sep 19, 2022
1 parent 4e9653a commit 88f6492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micronaut-camunda-bpm-feature/build.gradle
Expand Up @@ -63,7 +63,7 @@ dependencies {
testImplementation("ch.qos.logback:logback-classic")
testRuntimeOnly("com.h2database:h2")
testRuntimeOnly("io.micronaut:micronaut-http-server-netty")
testRuntimeOnly("org.codehaus.groovy:groovy-all:3.0.12") // as script engine
testRuntimeOnly("org.codehaus.groovy:groovy-all:3.0.13") // as script engine
}

java {
Expand Down

0 comments on commit 88f6492

Please sign in to comment.