From a78103b82035a682265fa050572c38cd435d13eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 20:01:55 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.20.0 to 2.21.0 Bumps [commons-io:commons-io](https://github.com/apache/commons-io) from 2.20.0 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.20.0...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] --- FlowCrypt/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index a6bbc2639..0f079bae2 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -517,7 +517,7 @@ dependencies { implementation("org.pgpainless:pgpainless-core:2.0.1") implementation("org.eclipse.angus:angus-mail:2.0.5") implementation("org.eclipse.angus:gimap:2.0.5") - implementation("commons-io:commons-io:2.20.0") + implementation("commons-io:commons-io:2.21.0") implementation("net.openid:appauth:0.11.1") implementation("ch.acra:acra-http:5.13.1") implementation("io.github.everythingme:overscroll-decor-android:1.1.1")