From 97f01b7e3f5dd320db61e8b2350886c584275ac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 02:14:27 +0000 Subject: [PATCH] chore(deps): bump org.apache.commons:commons-text from 1.14.0 to 1.15.0 Bumps [org.apache.commons:commons-text](https://github.com/apache/commons-text) from 1.14.0 to 1.15.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.14.0...rel/commons-text-1.15.0) --- updated-dependencies: - dependency-name: org.apache.commons:commons-text dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 465347c..d1415e5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ commons-codec = "1.20.0" commons-lang3 = "3.20.0" commons-csv = "1.14.1" commons-net = "3.12.0" -commons-text = "1.14.0" +commons-text = "1.15.0" commons-compress = "1.28.0" commons-vfs2 = "2.10.0" swingx = "1.6.5-1"