From 4bbff58f394752f9fb660efeac4564b75a1dc558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 18:53:48 +0000 Subject: [PATCH] deps: 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 d37a8a5..55676a8 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ dependencies { compileOnly 'it.unimi.dsi:fastutil:8.5.16' compileOnly 'net.kyori:adventure-nbt:4.23.0' - implementation 'org.apache.commons:commons-text:1.13.1' + implementation 'org.apache.commons:commons-text:1.14.0' implementation 'net.william278:desertwell:2.0.4' implementation 'net.william278:minedown:1.8.2' implementation 'org.bstats:bstats-velocity:3.1.0'