From bb677ee7e4f7ce9e8855180c88ffc30af995babd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jun 2021 04:22:21 +0000 Subject: [PATCH] Bump commons-io from 2.9.0 to 2.10.0 Bumps commons-io from 2.9.0 to 2.10.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- SWADroid/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SWADroid/build.gradle b/SWADroid/build.gradle index a47b3be1..597b8a45 100644 --- a/SWADroid/build.gradle +++ b/SWADroid/build.gradle @@ -83,7 +83,7 @@ dependencies { implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'com.google.code.ksoap2-android:ksoap2-android:3.6.4' - implementation 'commons-io:commons-io:2.9.0' + implementation 'commons-io:commons-io:2.10.0' implementation 'com.nostra13.universalimageloader:universal-image-loader:1.9.5' implementation 'com.journeyapps:zxing-android-embedded:4.2.0@aar' implementation 'com.google.zxing:core:3.4.1' -- 2.45.1