From f86bb0d50829bcc192af7210c6449c9ead2cdbad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 10:32:24 +0000 Subject: [PATCH 1/3] Bump org.eclipse.angus:gimap from 2.0.4 to 2.0.5 Bumps org.eclipse.angus:gimap from 2.0.4 to 2.0.5. --- updated-dependencies: - dependency-name: org.eclipse.angus:gimap 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 9006da858..9af5fdabf 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.13.1") From 634430c82448196faf5e052ee53a357d4548ff8d Mon Sep 17 00:00:00 2001 From: denbond7 Date: Wed, 8 Oct 2025 17:19:09 +0300 Subject: [PATCH 2/3] wip --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4511f0768..58ab3710e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -48,4 +48,9 @@ updates: patterns: - "org.jetbrains.kotlin*" - "com.google.devtools.ksp*" + + angus: + applies-to: version-updates + patterns: + - "org.eclipse.angus*" open-pull-requests-limit: 10 From 2163d3bfb32252a6056ed6037ea1cf55284bbabb Mon Sep 17 00:00:00 2001 From: denbond7 Date: Wed, 8 Oct 2025 17:28:25 +0300 Subject: [PATCH 3/3] wip --- FlowCrypt/build.gradle.kts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index 53af25b78..dbbe4161c 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -205,6 +205,8 @@ android { "META-INF/javamail.providers", "META-INF/versions/9/OSGI-INF/MANIFEST.MF", ) + + resources.pickFirsts += "META-INF/jakarta.providers" } lint {