This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch 3_0_x-fixes
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
commit c3c8c2434503757a80cdf7a2a7590a603c1fa227
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 5 10:55:29 2024 +0000
Bump jakarta.mail:jakarta.mail-api from 2.1.2 to 2.1.3 (#286)
Bumps
[jakarta.mail:jakarta.mail-api](https://github.com/jakartaee/mail-api) from
2.1.2 to 2.1.3.
- [Release notes](https://github.com/jakartaee/mail-api/releases)
- [Commits](https://github.com/jakartaee/mail-api/compare/2.1.2...2.1.3)
---
updated-dependencies:
- dependency-name: jakarta.mail:jakarta.mail-api
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 3f5ea2a0e..1a644502e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -37,7 +37,7 @@
<cryptacular.version>1.2.6</cryptacular.version>
<ehcache.version>3.10.8</ehcache.version>
<hamcrest.version>2.2</hamcrest.version>
- <jakarta.mail.api.version>2.1.2</jakarta.mail.api.version>
+ <jakarta.mail.api.version>2.1.3</jakarta.mail.api.version>
<jasypt.version>1.9.3</jasypt.version>
<jaxb-runtime.version>3.0.2</jaxb-runtime.version>
<junit.version>5.10.2</junit.version>