From ad814835cf188143ab20d2809da6af20110345f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 May 2023 21:56:40 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.11.0 to 2.12.0 Bumps commons-io:commons-io from 2.11.0 to 2.12.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 c3c8ec8..a82a9d6 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ repositories { } dependencies { - implementation group: 'commons-io', name: 'commons-io', version: '2.11.0' + implementation group: 'commons-io', name: 'commons-io', version: '2.12.0' implementation group: 'org.apache.commons', name: 'commons-dbcp2', version: '2.9.0' implementation group: 'com.beust', name: 'jcommander', version: '1.82'