From 84de534e5b408219245ddbf28fd9fd8f5df7c9ee Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2019 05:19:11 +0000 Subject: [PATCH] Bump commons-text from 1.7 to 1.8 in /Plan Bumps commons-text from 1.7 to 1.8. Signed-off-by: dependabot-preview[bot] --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index 96869c989..e9ce86285 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -68,7 +68,7 @@ subprojects { ext.redisBungeeVersion = "0.3.8-SNAPSHOT" ext.httpClientVersion = "4.5.9" - ext.commonsTextVersion = "1.7" + ext.commonsTextVersion = "1.8" ext.htmlCompressorVersion = "1.5.2" ext.caffeineVersion = "2.8.0" ext.h2Version = "1.4.199"