From 85eabecf195d06ef42831d141f7f876a5e530234 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 16:57:54 +0000 Subject: [PATCH] Bump org.codehaus.groovy:groovy from 3.0.14 to 3.0.15 Bumps [org.codehaus.groovy:groovy](https://github.com/apache/groovy) from 3.0.14 to 3.0.15. - [Release notes](https://github.com/apache/groovy/releases) - [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 ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- client/build.gradle.kts | 2 +- explore/build.gradle.kts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index a9632839..9c086a52 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ val dependencyVersions = listOf( "net.bytebuddy:byte-buddy:1.12.23", "net.bytebuddy:byte-buddy-agent:1.12.23", "org.apache.commons:commons-compress:1.22", - "org.codehaus.groovy:groovy:3.0.14", + "org.codehaus.groovy:groovy:3.0.15", "org.jetbrains:annotations:24.0.0", "org.junit:junit-bom:5.9.2", ) diff --git a/client/build.gradle.kts b/client/build.gradle.kts index e908dba8..3e917dd3 100644 --- a/client/build.gradle.kts +++ b/client/build.gradle.kts @@ -103,7 +103,7 @@ dependencies { api("de.gesellix:docker-engine:2023-01-11T07-55-00") api("de.gesellix:docker-compose:2023-01-10T21-41-00") - implementation("org.codehaus.groovy:groovy:3.0.14") + implementation("org.codehaus.groovy:groovy:3.0.15") implementation("org.codehaus.groovy:groovy-json:3.0.14") api("com.squareup.moshi:moshi:1.14.0") diff --git a/explore/build.gradle.kts b/explore/build.gradle.kts index cf3b71e8..4345ee40 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.14") + implementation("org.codehaus.groovy:groovy:3.0.15") testImplementation("org.apache.commons:commons-compress:1.22") implementation("org.slf4j:slf4j-api:2.0.6")