From d7359a89b6b705feffd2c9f2aca0140f1b5b9903 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jul 2021 08:04:20 +0300 Subject: [PATCH] Bump commons-compress from 1.20 to 1.21 in /Plan (#2000) Bumps commons-compress from 1.20 to 1.21. --- updated-dependencies: - dependency-name: org.apache.commons:commons-compress 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 4305139b4..8a1568694 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -77,7 +77,7 @@ subprojects { redisBungeeVersion = "0.6.3" commonsTextVersion = "1.9" - commonsCompressVersion = "1.20" + commonsCompressVersion = "1.21" caffeineVersion = "2.9.2" mysqlVersion = "8.0.25" sqliteVersion = "3.36.0.1"