From ea353c325374d9b275655f11b1910387755cec24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Sep 2025 20:02:15 +0000 Subject: [PATCH] Bump org.eclipse.angus:angus-mail from 2.0.4 to 2.0.5 Bumps [org.eclipse.angus:angus-mail](https://github.com/eclipse-ee4j/angus-mail) from 2.0.4 to 2.0.5. - [Release notes](https://github.com/eclipse-ee4j/angus-mail/releases) - [Commits](https://github.com/eclipse-ee4j/angus-mail/compare/2.0.4...2.0.5) --- updated-dependencies: - dependency-name: org.eclipse.angus:angus-mail dependency-version: 2.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- FlowCrypt/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index e89ffaff2..2165f892e 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -513,8 +513,8 @@ dependencies { //Maybe it will be removed in future. implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0") implementation("org.pgpainless:pgpainless-core:1.7.6") - implementation("org.eclipse.angus:angus-mail:2.0.4") - implementation("org.eclipse.angus:gimap:2.0.4") + 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("net.openid:appauth:0.11.1") implementation("ch.acra:acra-http:5.12.0")