From 245801337f8e36eb1fbf4da70e125a7ec8b97a3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 04:20:26 +0000 Subject: [PATCH] build(deps): 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] --- app/common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/build.gradle b/app/common/build.gradle index 7b210406e..39dab8ded 100644 --- a/app/common/build.gradle +++ b/app/common/build.gradle @@ -41,5 +41,5 @@ dependencies { api 'org.snakeyaml:snakeyaml-engine:2.10' api "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.9" api 'jakarta.mail:jakarta.mail-api:2.1.3' - runtimeOnly 'org.eclipse.angus:angus-mail:2.0.3' + runtimeOnly 'org.eclipse.angus:angus-mail:2.0.4' }