From 02515ea463c3737e55e7c6e439b3b76bdd1f584d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 20:03:24 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.21.0 to 2.22.0 Bumps commons-io:commons-io from 2.21.0 to 2.22.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-version: 2.22.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 e8179f29a..b9b94cd75 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -549,7 +549,7 @@ dependencies { implementation("org.pgpainless:pgpainless-core:2.0.2") implementation("org.eclipse.angus:angus-mail:2.0.5") implementation("org.eclipse.angus:gimap:2.0.5") - implementation("commons-io:commons-io:2.21.0") + implementation("commons-io:commons-io:2.22.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")