From 91433f524f97fd8a31d6871d08b5d6ce5df686fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Apr 2025 20:51:36 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.18.0 to 2.19.0 Bumps commons-io:commons-io from 2.18.0 to 2.19.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-version: 2.19.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 a136952eeb..35704bd9e8 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -471,7 +471,7 @@ dependencies { implementation("org.pgpainless:pgpainless-core:1.7.5") implementation("org.eclipse.angus:angus-mail:2.0.3") implementation("org.eclipse.angus:gimap:2.0.3") - implementation("commons-io:commons-io:2.18.0") + implementation("commons-io:commons-io:2.19.0") implementation("net.openid:appauth:0.11.1") implementation("ch.acra:acra-http:5.12.0") implementation("io.github.everythingme:overscroll-decor-android:1.1.1")