From 24ab54696f3651507c869ec0315ac248bfc00ada Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 01:57:16 +0000 Subject: [PATCH] Bump commons-io from 2.10.0 to 2.11.0 Bumps commons-io from 2.10.0 to 2.11.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4af45ff..18c9acf 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ configurations { dependencies { compile gradleApi() testCompile group: 'junit', name: 'junit', version: '4.13.2' - testCompile group: 'commons-io', name: 'commons-io', version: '2.10.0' + testCompile group: 'commons-io', name: 'commons-io', version: '2.11.0' } import org.gradle.util.GradleVersion