Skip to content

Commit 7ffc5e7

Browse files
Bump org.eclipse.angus:gimap from 2.0.4 to 2.0.5 (#3134)
* 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] <support@github.com> * wip * wip --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: denbond7 <denbond7@gmail.com>
1 parent cc49e5e commit 7ffc5e7

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,9 @@ updates:
4848
patterns:
4949
- "org.jetbrains.kotlin*"
5050
- "com.google.devtools.ksp*"
51+
52+
angus:
53+
applies-to: version-updates
54+
patterns:
55+
- "org.eclipse.angus*"
5156
open-pull-requests-limit: 10

FlowCrypt/build.gradle.kts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ android {
205205
"META-INF/javamail.providers",
206206
"META-INF/versions/9/OSGI-INF/MANIFEST.MF",
207207
)
208+
209+
resources.pickFirsts += "META-INF/jakarta.providers"
208210
}
209211

210212
lint {
@@ -513,8 +515,8 @@ dependencies {
513515
//Maybe it will be removed in future.
514516
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.9.0")
515517
implementation("org.pgpainless:pgpainless-core:1.7.6")
516-
implementation("org.eclipse.angus:angus-mail:2.0.4")
517-
implementation("org.eclipse.angus:gimap:2.0.4")
518+
implementation("org.eclipse.angus:angus-mail:2.0.5")
519+
implementation("org.eclipse.angus:gimap:2.0.5")
518520
implementation("commons-io:commons-io:2.20.0")
519521
implementation("net.openid:appauth:0.11.1")
520522
implementation("ch.acra:acra-http:5.13.1")

0 commit comments

Comments
 (0)