From adef02530b5b044742d9848d83c34e51accb36c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 3 Dec 2018 04:53:15 +0000 Subject: [PATCH] Bump commons-compress from 1.9 to 1.18 Bumps commons-compress from 1.9 to 1.18. Signed-off-by: dependabot[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..a682776b4 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.18' compile 'commons-io:commons-io:2.5' compile 'com.google.code.gson:gson:2.8.0' }