From 4e1d9d5d69656b49ceb59fd5c3e4a3f832ed7beb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 26 May 2021 20:38:53 +0000 Subject: [PATCH] Bump commons-io from 2.0 to 2.9.0 Bumps commons-io from 2.0 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 46b504b..9d1d4bb 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.9.0" } bootJar {