From af715e4073e7711e038d5513f9bfb76a0cadca13 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 28 May 2020 20:37:56 +0000 Subject: [PATCH] Bump commons-io from 2.0 to 2.7 Bumps commons-io from 2.0 to 2.7. 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 ffe292d7..57a84835 100644 --- a/build.gradle +++ b/build.gradle @@ -72,7 +72,7 @@ dependencies { // test testImplementation 'org.springframework.boot:spring-boot-starter-test' - testImplementation "commons-io:commons-io:2.0" + testImplementation "commons-io:commons-io:2.7" } bootJar {