From 2b53a654a012dc661cca118ce6afb6bea1a44e5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 07:30:12 +0000 Subject: [PATCH] Bump org.codehaus.groovy:groovy-all from 3.0.21 to 3.0.22 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] --- micronaut-camunda-bpm-feature/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micronaut-camunda-bpm-feature/build.gradle b/micronaut-camunda-bpm-feature/build.gradle index 3dda8586..34f3eea5 100644 --- a/micronaut-camunda-bpm-feature/build.gradle +++ b/micronaut-camunda-bpm-feature/build.gradle @@ -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 {