From 74079d54cfbdc08e767438a443ef8197c3415e51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 07:38:33 +0000 Subject: [PATCH] Bump org.codehaus.groovy:groovy-all from 3.0.22 to 3.0.23 Bumps [org.codehaus.groovy:groovy-all](https://github.com/apache/groovy) from 3.0.22 to 3.0.23. - [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 ede4a908..dbc82c8d 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.22") // as script engine + testRuntimeOnly("org.codehaus.groovy:groovy-all:3.0.23") // as script engine } java {