From 97a70ae6bc9c66f4dd666d8a4653c20e6467f633 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 26 May 2021 06:19:32 +0000 Subject: [PATCH] Bump commons-io from 2.7 to 2.9.0 Bumps commons-io from 2.7 to 2.9.0. Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8984f7f..95b5745 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ dependencies { implementation 'com.google.code.gson:gson:2.8.6' implementation 'com.google.guava:guava:29.0-jre' implementation "org.apache.commons:commons-lang3:3.10" - implementation "commons-io:commons-io:2.7" + implementation "commons-io:commons-io:2.9.0" implementation "org.apache.commons:commons-math3:3.6.1" implementation 'com.github.f4b6a3:uuid-creator:2.7.8' }