From 47e051c9d0fec39c35209b310948736a7acb7888 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 07:15:03 +0000 Subject: [PATCH] Bump org.codehaus.groovy:groovy-all from 3.0.17 to 3.0.18 Bumps [org.codehaus.groovy:groovy-all](https://github.com/apache/groovy) from 3.0.17 to 3.0.18. - [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 300de8cf..4ab873e2 100644 --- a/micronaut-camunda-bpm-feature/build.gradle +++ b/micronaut-camunda-bpm-feature/build.gradle @@ -62,7 +62,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.17") // as script engine + testRuntimeOnly("org.codehaus.groovy:groovy-all:3.0.18") // as script engine } java {