From ae96e5fcbef5d79d73121370fbbd5b50596d00ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 17:57:50 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.11.0 to 2.12.0 in /OpenDC Bumps commons-io:commons-io from 2.11.0 to 2.12.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- OpenDC/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenDC/app/build.gradle b/OpenDC/app/build.gradle index 95b7a32..08b53be 100644 --- a/OpenDC/app/build.gradle +++ b/OpenDC/app/build.gradle @@ -79,7 +79,7 @@ dependencies { // Apache implementation group: 'org.apache.commons', name: 'commons-text', version: '1.10.0' - implementation group: 'commons-io', name: 'commons-io', version: '2.11.0' + implementation group: 'commons-io', name: 'commons-io', version: '2.12.0' // Android implementation 'androidx.recyclerview:recyclerview:1.3.0'