From 341ca5807bc0f2489750bd011ff94d479638c040 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jul 2021 08:48:15 +0200 Subject: [PATCH] Bump commons-io from 2.10.0 to 2.11.0 (#347) Bumps commons-io from 2.10.0 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- SWADroid/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SWADroid/build.gradle b/SWADroid/build.gradle index 1f0c3624..5db96d7c 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.10.0' + implementation 'commons-io:commons-io:2.11.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'