From 9de27d755f2e772bc919c07dfb5f318666dbfcaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 13:57:56 +0000 Subject: [PATCH] Bump org.apache.groovy:groovy-json from 4.0.22 to 4.0.23 Bumps [org.apache.groovy:groovy-json](https://github.com/apache/groovy) from 4.0.22 to 4.0.23. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.apache.groovy:groovy-json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f239607..89c3390 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ repositories { } dependencies { - compileOnly 'org.apache.groovy:groovy-json:4.0.22' + compileOnly 'org.apache.groovy:groovy-json:4.0.23' implementation 'cd.go.groovydsl:dsl:2.2.0-713' }