From 945f9e415ed6b7aeb0b791312f5193c3456ff0b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 00:42:47 +0000 Subject: [PATCH] deps: bump org.apache.commons:commons-text from 1.13.1 to 1.15.0 Bumps [org.apache.commons:commons-text](https://github.com/apache/commons-text) from 1.13.1 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.13.1...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] --- common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle b/common/build.gradle index b740b48c..5e514c2e 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -6,7 +6,7 @@ plugins { dependencies { api 'net.jodah:expiringmap:0.5.11' api 'commons-io:commons-io:2.19.0' - api 'org.apache.commons:commons-text:1.13.1' + api 'org.apache.commons:commons-text:1.15.0' api 'com.google.code.gson:gson:2.13.1' api 'com.fatboyindustrial.gson-javatime-serialisers:gson-javatime-serialisers:1.1.2' api 'net.william278:minedown:1.8.2'