From 0040ca2766932fc6e077b0c7dcd81e7558b9e28e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 16:52:25 +0000 Subject: [PATCH] Bump org.codehaus.groovy:groovy-json from 3.0.17 to 3.0.18 Bumps [org.codehaus.groovy:groovy-json](https://github.com/apache/groovy) from 3.0.17 to 3.0.18. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.codehaus.groovy:groovy-json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/build.gradle.kts b/client/build.gradle.kts index 8d213d94..7cc70dea 100644 --- a/client/build.gradle.kts +++ b/client/build.gradle.kts @@ -104,7 +104,7 @@ dependencies { api("de.gesellix:docker-compose:2023-05-01T14-09-00") implementation("org.codehaus.groovy:groovy:3.0.17") - implementation("org.codehaus.groovy:groovy-json:3.0.17") + implementation("org.codehaus.groovy:groovy-json:3.0.18") api("com.squareup.moshi:moshi:1.14.0") implementation("com.google.re2j:re2j:1.7")