From 9ed1def1c6288e05fca302c32fd27ca29f4df758 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 15:23:50 +0200 Subject: [PATCH] Bump org.apache.commons:commons-text from 1.10.0 to 1.11.0 in /Plan (#3301) Bumps org.apache.commons:commons-text from 1.10.0 to 1.11.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 98c98ecbc..1e9b56695 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.10.0" + commonsTextVersion = "1.11.0" commonsCompressVersion = "1.24.0" commonsCodecVersion = "1.16.0" caffeineVersion = "3.1.8"