From 7b019b65b10c042fc93652fdd325ac78a9192d0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 09:17:27 +0000 Subject: [PATCH] Bump org.eclipse.angus:angus-mail from 2.0.3 to 2.0.4 Bumps [org.eclipse.angus:angus-mail](https://github.com/eclipse-ee4j/angus-mail) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/eclipse-ee4j/angus-mail/releases) - [Commits](https://github.com/eclipse-ee4j/angus-mail/compare/2.0.3...2.0.4) --- updated-dependencies: - dependency-name: org.eclipse.angus:angus-mail dependency-version: 2.0.4 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 7e04b8c97..718f9450e 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -501,8 +501,8 @@ dependencies { implementation("org.jsoup:jsoup:1.21.1") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2") implementation("org.pgpainless:pgpainless-core:1.7.6") - implementation("org.eclipse.angus:angus-mail:2.0.3") - implementation("org.eclipse.angus:gimap:2.0.3") + implementation("org.eclipse.angus:angus-mail:2.0.4") + implementation("org.eclipse.angus:gimap:2.0.4") implementation("commons-io:commons-io:2.19.0") implementation("net.openid:appauth:0.11.1") implementation("ch.acra:acra-http:5.12.0")