This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push:
new aa48618a1 Bump jakarta.mail:jakarta.mail-api from 2.1.3 to 2.1.4
aa48618a1 is described below
commit aa48618a10be88ec72cc72d3875630d735e75d06
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 27 13:03:46 2025 +0000
Bump jakarta.mail:jakarta.mail-api from 2.1.3 to 2.1.4
Bumps
[jakarta.mail:jakarta.mail-api](https://github.com/jakartaee/mail-api) from
2.1.3 to 2.1.4.
- [Release notes](https://github.com/jakartaee/mail-api/releases)
- [Commits](https://github.com/jakartaee/mail-api/compare/2.1.3...2.1.4)
---
updated-dependencies:
- dependency-name: jakarta.mail:jakarta.mail-api
dependency-version: 2.1.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e2a74602e..9324fd834 100644
--- a/pom.xml
+++ b/pom.xml
@@ -532,7 +532,7 @@
<dependency>
<groupId>jakarta.mail</groupId>
<artifactId>jakarta.mail-api</artifactId>
- <version>2.1.3</version>
+ <version>2.1.4</version>
</dependency>
<dependency>
<groupId>org.eclipse.angus</groupId>