From 8c86a20fd1000473ccfe8a2d8a2ef2c62e74b8b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 06:11:12 +0000 Subject: [PATCH] build(deps): bump commons-io:commons-io from 2.16.1 to 2.21.0 Bumps [commons-io:commons-io](https://github.com/apache/commons-io) from 2.16.1 to 2.21.0. - [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-io/compare/rel/commons-io-2.16.1...rel/commons-io-2.21.0) --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index aafcbabe5..34b1223e7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -77,7 +77,7 @@ zip4j-version = "1.3.2" rxjava2 = "2.2.21" rxandroid2 = "2.1.1" eventbus = "3.3.1" -commons-io = "2.16.1" +commons-io = "2.21.0" [libraries] # androidx analytics = { module = "com.flurry.android:analytics", version.ref = "analytics-version" }