From 63f2e51cdc3c2585f470fc77d6ec75c227ae62da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 02:14:00 +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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f4d1bc3..e2e7eff 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ repositories { dependencies { // Java Mail implementation 'jakarta.mail:jakarta.mail-api:2.1.5' - implementation 'org.eclipse.angus:angus-mail:2.0.4' + implementation 'org.eclipse.angus:angus-mail:2.0.5' // Java Activation implementation 'jakarta.activation:jakarta.activation-api:2.1.4'