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

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


The following commit(s) were added to refs/heads/master by this push:
     new 06bdeff  Update from to javax.mail:mail 1.4.7 to 
com.sun.mail:com.sun.mail 1.6.7.
06bdeff is described below

commit 06bdeffc5e882f96b024fdaae4b6863b9dcde72d
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Jul 16 16:26:36 2021 -0400

    Update from to javax.mail:mail 1.4.7 to com.sun.mail:com.sun.mail 1.6.7.
---
 commons-vfs2-sandbox/pom.xml | 4 ++--
 pom.xml                      | 6 +++---
 src/changes/changes.xml      | 3 +++
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/commons-vfs2-sandbox/pom.xml b/commons-vfs2-sandbox/pom.xml
index ea12a8e..7216778 100644
--- a/commons-vfs2-sandbox/pom.xml
+++ b/commons-vfs2-sandbox/pom.xml
@@ -58,8 +58,8 @@
       <optional>true</optional>
     </dependency>
     <dependency>
-      <groupId>javax.mail</groupId>
-      <artifactId>mail</artifactId>
+      <groupId>com.sun.mail</groupId>
+      <artifactId>jakarta.mail</artifactId>
       <optional>true</optional>
     </dependency>
 
diff --git a/pom.xml b/pom.xml
index 59cb522..2b27ead 100644
--- a/pom.xml
+++ b/pom.xml
@@ -583,9 +583,9 @@
         <version>1.3.17</version>
       </dependency>
       <dependency>
-        <groupId>javax.mail</groupId>
-        <artifactId>mail</artifactId>
-        <version>1.4.7</version>
+        <groupId>com.sun.mail</groupId>
+        <artifactId>jakarta.mail</artifactId>
+        <version>1.6.7</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index dd1b58f..1a2a9c3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -189,6 +189,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" due-to="Gary Gregory" type="update">
         Bump commons.javadoc.version from 3.2.0 to 3.3.0.
       </action>
+      <action dev="ggregory" due-to="Gary Gregory" type="update">
+        Update from to javax.mail:mail 1.4.7 to com.sun.mail:jakarta.mail 
1.6.7.
+      </action>
     </release>
     <release version="2.8.0" date="2021-03-06" description="Feature and 
maintenance release. Requires Java 8.">
 <!--       <action issue="VFS-443" dev="ggregory" type="update" 
due-to="nickallen"> -->

Reply via email to