From c4c9ccf2755d7c22f03f4c0b853ba0ceaf891a27 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 13 Jul 2021 04:16:23 +0000 Subject: [PATCH] Bump commons-compress from 1.9 to 1.21 Bumps commons-compress from 1.9 to 1.21. Signed-off-by: dependabot-preview[bot] --- launcher-builder/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher-builder/build.gradle b/launcher-builder/build.gradle index f2eff2274..83f051c1c 100644 --- a/launcher-builder/build.gradle +++ b/launcher-builder/build.gradle @@ -9,7 +9,7 @@ jar { dependencies { compile project(':launcher') compile 'org.tukaani:xz:1.0' - compile 'org.apache.commons:commons-compress:1.9' + compile 'org.apache.commons:commons-compress:1.21' compile 'commons-io:commons-io:2.5' compile 'com.google.code.gson:gson:2.8.0' }