From a23e9da1332c5e5e5cdcccf8031d84fd68450384 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 16:02:20 +0000 Subject: [PATCH] chore(deps): bump commons-io:commons-io from 2.6 to 2.14.0 in /app Bumps commons-io:commons-io from 2.6 to 2.14.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 58d446c1a..04f60cdec 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -78,7 +78,7 @@ dependencies { implementation 'androidx.test:runner:1.4.0' implementation 'com.google.code.gson:gson:2.8.9' //noinspection GradleDependency - implementation 'commons-io:commons-io:2.6' + implementation 'commons-io:commons-io:2.14.0' implementation 'io.netty:netty-all:4.0.41.Final' implementation 'net.gcardone.junidecode:junidecode:0.4.1' // The next three dependencies are required for XPath search to work