From bee0ffcfaef09de1323614ae17ed318fa54b4055 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 14:22:32 +0000 Subject: [PATCH] Bump org.apache.commons:commons-text from 1.13.1 to 1.14.0 Bumps [org.apache.commons:commons-text](https://github.com/apache/commons-text) from 1.13.1 to 1.14.0. - [Changelog](https://github.com/apache/commons-text/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-text/compare/rel/commons-text-1.13.1...rel/commons-text-1.14.0) --- updated-dependencies: - dependency-name: org.apache.commons:commons-text dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..5f0021594 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ dependencies { implementation "org.slf4j:slf4j-jdk14:2.0.17" implementation "org.json:json:20250517" implementation "com.googlecode.java-diff-utils:diffutils:1.3.0" - implementation "org.apache.commons:commons-text:1.13.1" + implementation "org.apache.commons:commons-text:1.14.0" implementation "org.openjdk.nashorn:nashorn-core:15.6" implementation "org.codehaus.groovy:groovy-xml:3.0.19"