From 9c20a1c65c766e9df90cc6282e317d490fe9c849 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 11:05:12 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.11.0 to 2.14.0 Bumps commons-io:commons-io from 2.11.0 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 91af5a012..edb353a15 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,7 +12,7 @@ dependencies { implementation 'com.google.guava:guava:32.1.2-android' implementation 'com.annimon:stream:1.2.2' implementation 'com.android.volley:volley:1.2.1' - implementation 'commons-io:commons-io:2.11.0' + implementation 'commons-io:commons-io:2.14.0' implementation ('com.journeyapps:zxing-android-embedded:4.3.0') { transitive = false } implementation 'com.google.zxing:core:3.4.1'