From 229c8e8956c5c12c14f6eeac5d105acb36ac5eff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 17:58:45 +0000 Subject: [PATCH] deps: bump org.apache.commons:commons-text from 1.12.0 to 1.13.0 Bumps org.apache.commons:commons-text from 1.12.0 to 1.13.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-text 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 de35d8de..87fe417b 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ dependencies { compileOnly 'it.unimi.dsi:fastutil:8.5.15' compileOnly 'net.kyori:adventure-nbt:4.17.0' - implementation 'org.apache.commons:commons-text:1.12.0' + implementation 'org.apache.commons:commons-text:1.13.0' implementation 'net.william278:desertwell:2.0.4' implementation 'net.william278:minedown:1.8.2' implementation 'org.bstats:bstats-velocity:3.1.0'