From f02d324fdd8bfa1f431ec5d78fbcd69facac114f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 03:04:39 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.12.0 to 2.13.0 Bumps commons-io:commons-io from 2.12.0 to 2.13.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 8a5044b0..aa4ae7e3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -99,7 +99,7 @@ dependencies { // Apache Commons //noinspection GradleDependency - implementation "commons-io:commons-io:2.12.0" + implementation "commons-io:commons-io:2.13.0" implementation "org.apache.commons:commons-lang3:3.12.0" // Navigation drawer