From 44a520ced90739326d8a462e0239d04a70214e78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 08:26:20 +0000 Subject: [PATCH] Bump the groovy group with 1 update Bumps the groovy group with 1 update: [org.codehaus.groovy:groovy](https://github.com/apache/groovy). - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.codehaus.groovy:groovy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: groovy ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- client/build.gradle.kts | 4 ++-- explore/build.gradle.kts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2289463b..60fb6453 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ val dependencyVersions = listOf( "net.bytebuddy:byte-buddy:1.14.8", "net.bytebuddy:byte-buddy-agent:1.14.8", "org.apache.commons:commons-compress:1.24.0", - "org.codehaus.groovy:groovy:3.0.18", + "org.codehaus.groovy:groovy:3.0.19", "org.jetbrains:annotations:24.0.1", "org.junit:junit-bom:5.10.0", ) diff --git a/client/build.gradle.kts b/client/build.gradle.kts index 20881008..28fd7e6d 100644 --- a/client/build.gradle.kts +++ b/client/build.gradle.kts @@ -103,8 +103,8 @@ dependencies { api("de.gesellix:docker-engine:2023-08-16T20-30-00") api("de.gesellix:docker-compose:2023-08-16T19-55-00") - implementation("org.codehaus.groovy:groovy:3.0.18") - implementation("org.codehaus.groovy:groovy-json:3.0.18") + implementation("org.codehaus.groovy:groovy:3.0.19") + implementation("org.codehaus.groovy:groovy-json:3.0.19") api("com.squareup.moshi:moshi:1.15.0") implementation("com.google.re2j:re2j:1.7") diff --git a/explore/build.gradle.kts b/explore/build.gradle.kts index 0fc4c008..7f076365 100644 --- a/explore/build.gradle.kts +++ b/explore/build.gradle.kts @@ -50,7 +50,7 @@ dependencies { } } implementation(project(":client")) - implementation("org.codehaus.groovy:groovy:3.0.18") + implementation("org.codehaus.groovy:groovy:3.0.19") testImplementation("org.apache.commons:commons-compress:1.24.0") implementation("org.slf4j:slf4j-api:2.0.7")