From 0ae8509e70cae9ed870551bd09444e6c0b141a00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 09:45:09 -0800 Subject: [PATCH] chore(gradle): bump groovy from 3.0.22 to 3.0.23 (#6351) Bumps `groovy` from 3.0.22 to 3.0.23. 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.codehaus.groovy:groovy-templates` from 3.0.22 to 3.0.23 - [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-name: org.codehaus.groovy:groovy-json dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.codehaus.groovy:groovy-templates dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1cb71447be2..e2296d7429c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -29,7 +29,7 @@ flatbuffers = "24.3.25" freemarker = "2.3.33" google-findbugs = "3.0.2" google-java-allocation-instrumenter = "3.3.4" -groovy = "3.0.22" +groovy = "3.0.23" # Only bump this in concert with boringssl grpc = "1.65.1" guava = "33.4.0-jre"