From beb97c8234f2ba45e859eadf7b1ec32ed0549278 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 15:18:17 +0000 Subject: [PATCH] Bump org.codehaus.groovy:groovy-xml from 3.0.19 to 3.0.25 Bumps [org.codehaus.groovy:groovy-xml](https://github.com/apache/groovy) from 3.0.19 to 3.0.25. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.codehaus.groovy:groovy-xml dependency-version: 3.0.25 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 a11974643..67b35699b 100644 --- a/build.gradle +++ b/build.gradle @@ -78,7 +78,7 @@ dependencies { implementation "com.googlecode.java-diff-utils:diffutils:1.3.0" implementation "org.apache.commons:commons-text:1.13.1" implementation "org.openjdk.nashorn:nashorn-core:15.6" - implementation "org.codehaus.groovy:groovy-xml:3.0.19" + implementation "org.codehaus.groovy:groovy-xml:3.0.25" compileOnly gradleApi() compileOnly "org.apache.ant:ant:1.10.15"