This is an automated email from the ASF dual-hosted git repository. sgoeschl pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-email.git
The following commit(s) were added to refs/heads/master by this push: new ffd4451 javax.mail:1.6.1 -> jakarta.mail:1.6.4 new aee9bcf Merge pull request #9 from gitmotte/master ffd4451 is described below commit ffd44512d23458323fa9505ed246afe69d3418a2 Author: gitmotte <w...@synbee.at> AuthorDate: Mon Oct 7 23:38:29 2019 +0200 javax.mail:1.6.1 -> jakarta.mail:1.6.4 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 59ee1ef..1c7519e 100644 --- a/pom.xml +++ b/pom.xml @@ -236,8 +236,8 @@ <dependencies> <dependency> <groupId>com.sun.mail</groupId> - <artifactId>javax.mail</artifactId> - <version>1.6.1</version> + <artifactId>jakarta.mail</artifactId> + <version>1.6.4</version> </dependency> <dependency> <groupId>junit</groupId>