From 658e4b5d63486e7eb75c9c7af0066d8305d5f681 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 16:24:30 +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.20 to 3.0.21 - [Commits](https://github.com/apache/groovy/commits) Updates `org.codehaus.groovy:groovy-json` from 3.0.20 to 3.0.21 - [Commits](https://github.com/apache/groovy/commits) Updates `org.apache.groovy:groovy` from 4.0.18 to 4.0.19 - [Commits](https://github.com/apache/groovy/commits) Updates `org.apache.groovy:groovy-json` from 4.0.18 to 4.0.19 - [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 052bc415..e04663f6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,10 +11,10 @@ val dependencyVersions = listOf( "net.bytebuddy:byte-buddy:1.14.12", "net.bytebuddy:byte-buddy-agent:1.14.12", "org.apache.commons:commons-compress:1.26.0", - "org.codehaus.groovy:groovy:3.0.20", - "org.codehaus.groovy:groovy-json:3.0.20", - "org.apache.groovy:groovy:4.0.18", - "org.apache.groovy:groovy-json:4.0.18", + "org.codehaus.groovy:groovy:3.0.21", + "org.codehaus.groovy:groovy-json:3.0.21", + "org.apache.groovy:groovy:4.0.19", + "org.apache.groovy:groovy-json:4.0.19", "org.jetbrains:annotations:24.1.0", "org.junit:junit-bom:5.10.2", ) diff --git a/client-groovy4/build.gradle.kts b/client-groovy4/build.gradle.kts index 0f7df2de..a50c8e0a 100644 --- a/client-groovy4/build.gradle.kts +++ b/client-groovy4/build.gradle.kts @@ -103,8 +103,8 @@ dependencies { api("de.gesellix:docker-engine:2024-02-21T19-40-00") api("de.gesellix:docker-compose:2024-02-21T19-25-00") - implementation("org.apache.groovy:groovy:4.0.18") - implementation("org.apache.groovy:groovy-json:4.0.18") + implementation("org.apache.groovy:groovy:4.0.19") + implementation("org.apache.groovy:groovy-json:4.0.19") 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 d45ce46f..9af41cef 100644 --- a/client/build.gradle.kts +++ b/client/build.gradle.kts @@ -103,8 +103,8 @@ dependencies { api("de.gesellix:docker-engine:2024-02-21T19-40-00") api("de.gesellix:docker-compose:2024-02-21T19-25-00") - implementation("org.codehaus.groovy:groovy:3.0.20") - implementation("org.codehaus.groovy:groovy-json:3.0.20") + implementation("org.codehaus.groovy:groovy:3.0.21") + implementation("org.codehaus.groovy:groovy-json:3.0.21") 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 6e5b58d8..1665454c 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.18") + implementation("org.apache.groovy:groovy:4.0.19") testImplementation("org.apache.commons:commons-compress:1.26.0") implementation("org.slf4j:slf4j-api:2.0.12")