Skip to content

Commit

Permalink
Bump org.codehaus.groovy:groovy-all from 3.0.21 to 3.0.22
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.21 to 3.0.22.
- [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 Jul 1, 2024
1 parent 8bdeb45 commit 2b53a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micronaut-camunda-bpm-feature/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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.21") // as script engine
testRuntimeOnly("org.codehaus.groovy:groovy-all:3.0.22") // as script engine
}

java {
Expand Down

0 comments on commit 2b53a65

Please sign in to comment.