From 75ce6b669adf83e35c6ab2e2aa37671955b85424 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 08:16:09 +0200 Subject: [PATCH] Bump org.apache.commons:commons-text from 1.12.0 to 1.13.0 in /Plan (#3888) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index 04ea23f10..cd25f4e1b 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -83,7 +83,7 @@ subprojects { redisBungeeVersion = "0.3.8-SNAPSHOT" redisBungeeProxioDevVersion = "0.7.3" - commonsTextVersion = "1.12.0" + commonsTextVersion = "1.13.0" commonsCompressVersion = "1.27.1" commonsCodecVersion = "1.17.1" caffeineVersion = "3.1.8"