This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-messaging-mail.git
commit 070bd2381f533e4949854a59bb86a55c4630f191 Author: Oliver Lietz <[email protected]> AuthorDate: Mon Apr 6 15:17:36 2020 +0200 update Jakarta mail dependencies --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1a27694..93a8bcb 100644 --- a/pom.xml +++ b/pom.xml @@ -105,7 +105,7 @@ <dependency> <groupId>jakarta.mail</groupId> <artifactId>jakarta.mail-api</artifactId> - <version>1.6.4</version> + <version>1.6.5</version> <scope>provided</scope> </dependency> <dependency> @@ -118,7 +118,7 @@ <dependency> <groupId>com.sun.mail</groupId> <artifactId>jakarta.mail</artifactId> - <version>1.6.4</version> + <version>1.6.5</version> <scope>provided</scope> </dependency> <!-- OSGi -->
