From b783383ea7886e979c5ea1bf181014b69aeb72ad Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 14 Jul 2021 04:17:30 +0000 Subject: [PATCH] Bump commons-io from 2.5 to 2.11.0 Bumps commons-io from 2.5 to 2.11.0. Signed-off-by: dependabot-preview[bot] --- launcher-builder/build.gradle | 2 +- launcher/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/launcher-builder/build.gradle b/launcher-builder/build.gradle index f2eff2274..f774d620e 100644 --- a/launcher-builder/build.gradle +++ b/launcher-builder/build.gradle @@ -10,7 +10,7 @@ dependencies { compile project(':launcher') compile 'org.tukaani:xz:1.0' compile 'org.apache.commons:commons-compress:1.9' - compile 'commons-io:commons-io:2.5' + compile 'commons-io:commons-io:2.11.0' compile 'com.google.code.gson:gson:2.8.0' } diff --git a/launcher/build.gradle b/launcher/build.gradle index ded6fd87d..ceb105a28 100644 --- a/launcher/build.gradle +++ b/launcher/build.gradle @@ -11,7 +11,7 @@ dependencies { compile 'javax.xml.bind:jaxb-api:2.2.4' compile 'com.fasterxml.jackson.core:jackson-databind:2.3.0' compile 'commons-lang:commons-lang:2.6' - compile 'commons-io:commons-io:2.5' + compile 'commons-io:commons-io:2.11.0' compile 'com.google.guava:guava:15.0' compile 'com.beust:jcommander:1.32' compile 'com.miglayout:miglayout:3.7.4'