From 70b02a6c19ef86fb52f1e02cf4b05a8d3408f041 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 04:20:51 +0000 Subject: [PATCH] Bump commons-compress from 1.9 to 1.19 Bumps commons-compress from 1.9 to 1.19. 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..3dcb97d49 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.19' compile 'commons-io:commons-io:2.5' compile 'com.google.code.gson:gson:2.8.0' }