From 02f229bb1f588c04166545602a550b10882b6530 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 14:50:05 +0000 Subject: [PATCH] Bump commons-io from 2.6 to 2.11.0 Bumps commons-io from 2.6 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 741d756..60b481e 100644 --- a/build.gradle +++ b/build.gradle @@ -78,7 +78,7 @@ dependencies { implementation group: 'org.json', name: 'json', version: '20200518' implementation group: 'com.google.code.gson', name: 'gson', version:'2.8.5' implementation group: 'commons-beanutils', name: 'commons-beanutils', version: '1.9.4' - implementation group: 'commons-io', name: 'commons-io', version: '2.7' + implementation group: 'commons-io', name: 'commons-io', version: '2.11.0' implementation group: 'org.slf4j', name: 'slf4j-api', version:'1.7.26' testImplementation group: 'junit', name: 'junit', version:'4.13.2'