From 9a510febb2511f258a53182993fc630fb8f6c8f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 16:23:14 +0000 Subject: [PATCH] Bump the groovy group with 4 updates Bumps the groovy group with 4 updates: [org.codehaus.groovy:groovy](https://github.com/apache/groovy), [org.codehaus.groovy:groovy-json](https://github.com/apache/groovy), [org.apache.groovy:groovy](https://github.com/apache/groovy) and [org.apache.groovy:groovy-json](https://github.com/apache/groovy). Updates `org.codehaus.groovy:groovy` from 3.0.22 to 3.0.23 - [Commits](https://github.com/apache/groovy/commits) Updates `org.codehaus.groovy:groovy-json` from 3.0.22 to 3.0.23 - [Commits](https://github.com/apache/groovy/commits) Updates `org.apache.groovy:groovy` from 4.0.23 to 4.0.24 - [Commits](https://github.com/apache/groovy/commits) Updates `org.apache.groovy:groovy-json` from 4.0.23 to 4.0.24 - [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 - dependency-name: org.codehaus.groovy:groovy-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: groovy - dependency-name: org.apache.groovy:groovy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: groovy - dependency-name: org.apache.groovy:groovy-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: groovy ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 8 ++++---- client-groovy4/build.gradle.kts | 4 ++-- client/build.gradle.kts | 4 ++-- explore/build.gradle.kts | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 92635b0e..77df59fa 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,10 +12,10 @@ val dependencyVersions = listOf( "net.bytebuddy:byte-buddy-agent:1.15.10", "org.apache.commons:commons-compress:1.27.1", "org.apache.commons:commons-lang3:3.17.0", - "org.codehaus.groovy:groovy:3.0.22", - "org.codehaus.groovy:groovy-json:3.0.22", - "org.apache.groovy:groovy:4.0.23", - "org.apache.groovy:groovy-json:4.0.23", + "org.codehaus.groovy:groovy:3.0.23", + "org.codehaus.groovy:groovy-json:3.0.23", + "org.apache.groovy:groovy:4.0.24", + "org.apache.groovy:groovy-json:4.0.24", "org.jetbrains:annotations:26.0.1", "org.junit:junit-bom:5.11.3", ) diff --git a/client-groovy4/build.gradle.kts b/client-groovy4/build.gradle.kts index 314c6f87..a526c7dd 100644 --- a/client-groovy4/build.gradle.kts +++ b/client-groovy4/build.gradle.kts @@ -103,8 +103,8 @@ dependencies { api("de.gesellix:docker-engine:2024-11-05T20-15-00") api("de.gesellix:docker-compose:2024-11-04T20-52-00") - implementation("org.apache.groovy:groovy:4.0.23") - implementation("org.apache.groovy:groovy-json:4.0.23") + implementation("org.apache.groovy:groovy:4.0.24") + implementation("org.apache.groovy:groovy-json:4.0.24") api("com.squareup.moshi:moshi:1.15.1") implementation("com.google.re2j:re2j:1.7") diff --git a/client/build.gradle.kts b/client/build.gradle.kts index 51cca3a7..5a69b3d3 100644 --- a/client/build.gradle.kts +++ b/client/build.gradle.kts @@ -103,8 +103,8 @@ dependencies { api("de.gesellix:docker-engine:2024-11-05T20-15-00") api("de.gesellix:docker-compose:2024-11-04T20-52-00") - implementation("org.codehaus.groovy:groovy:3.0.22") - implementation("org.codehaus.groovy:groovy-json:3.0.22") + implementation("org.codehaus.groovy:groovy:3.0.23") + implementation("org.codehaus.groovy:groovy-json:3.0.23") api("com.squareup.moshi:moshi:1.15.1") implementation("com.google.re2j:re2j:1.7") diff --git a/explore/build.gradle.kts b/explore/build.gradle.kts index 50e9f6a6..9768d912 100644 --- a/explore/build.gradle.kts +++ b/explore/build.gradle.kts @@ -63,7 +63,7 @@ dependencies { // implementation(project(":client")) implementation(project(":client-groovy4")) // implementation("org.codehaus.groovy:groovy:[3,4)") - implementation("org.apache.groovy:groovy:4.0.23") + implementation("org.apache.groovy:groovy:4.0.24") testImplementation("org.apache.commons:commons-compress:1.27.1") implementation("org.slf4j:slf4j-api:2.0.16")