From f827cabf08f0945b9b93d74aa6f717d532c6d0b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 07:08:58 +0000 Subject: [PATCH] Bump org.codehaus.groovy:groovy-all from 3.0.18 to 3.0.19 Bumps [org.codehaus.groovy:groovy-all](https://github.com/apache/groovy) from 3.0.18 to 3.0.19. - [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 4ab873e2..eaceea60 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.18") // as script engine + testRuntimeOnly("org.codehaus.groovy:groovy-all:3.0.19") // as script engine } java {