From 8a6d04b3366663ebfe9435be75f8e25a18ad4665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 09:29:48 -0800 Subject: [PATCH] chore(gradle): bump groovy from 3.0.23 to 3.0.24 (#6673) Bumps `groovy` from 3.0.23 to 3.0.24. Updates `org.codehaus.groovy:groovy` from 3.0.23 to 3.0.24 - [Commits](https://github.com/apache/groovy/commits) Updates `org.codehaus.groovy:groovy-json` from 3.0.23 to 3.0.24 - [Commits](https://github.com/apache/groovy/commits) Updates `org.codehaus.groovy:groovy-templates` from 3.0.23 to 3.0.24 - [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 309c0cc46fc..bfa409135de 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -30,7 +30,7 @@ flatbuffers = "24.3.25" freemarker = "2.3.33" google-findbugs = "3.0.2" google-java-allocation-instrumenter = "3.3.4" -groovy = "3.0.23" +groovy = "3.0.24" # Only bump this in concert with boringssl grpc = "1.65.1" guava = "33.4.0-jre"