This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/commons-email.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 9389c75  [EMAIL-187] Update javax.mail from 1.6.1 to 1.6.2.
9389c75 is described below

commit 9389c75e56dd3f8943d95059cbfeb299a793c5bb
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Apr 8 13:08:10 2019 -0400

    [EMAIL-187] Update javax.mail from 1.6.1 to 1.6.2.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0900255..7ad3388 100644
--- a/pom.xml
+++ b/pom.xml
@@ -237,7 +237,7 @@
         <dependency>
             <groupId>com.sun.mail</groupId>
             <artifactId>javax.mail</artifactId>
-            <version>1.6.1</version>
+            <version>1.6.2</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8c852c0..787f3c4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -29,6 +29,9 @@
       <action issue="EMAIL-177" type="update" due-to="Gary Gregory">
         Update from Java 6 to 7.
       </action>
+      <action issue="EMAIL-187" type="update" due-to="Gary Gregory">
+        Update javax.mail from 1.6.1 to 1.6.2.
+      </action>
     </release>
     <release version="1.5.1" date="2017-MM-DD">
       <action issue="EMAIL-176" type="add" dev="pschumacher">Add 
Automatic-Module-Name MANIFEST entry for Java 9 compatibility</action>

Reply via email to