From 4673d76a7ee7ea74f57fd4e9bb5fea4bd0880151 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 02:22:57 +0000 Subject: [PATCH] Bump commons-io from 2.0 to 2.8.0 Bumps commons-io from 2.0 to 2.8.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 46b504b..72836e2 100644 --- a/build.gradle +++ b/build.gradle @@ -70,7 +70,7 @@ dependencies { // test testImplementation 'org.springframework.boot:spring-boot-starter-test' - testImplementation "commons-io:commons-io:2.0" + testImplementation "commons-io:commons-io:2.8.0" } bootJar {