From 8b1c7d6da1aec1c47b67bdfddf8b7f85a586817b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 11:55:09 +0000 Subject: [PATCH] chore(deps): bump commons-io:commons-io from 2.11.0 to 2.16.1 in /app Bumps commons-io:commons-io from 2.11.0 to 2.16.1. --- 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 585e604..9d6d9fb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation 'com.github.elimu-ai:model:model-2.0.66' // See https://jitpack.io/#elimu-ai/model - implementation 'commons-io:commons-io:2.11.0' + implementation 'commons-io:commons-io:2.16.1' implementation 'com.google.android.material:material:1.5.0' // AndroidX