You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/09/12 14:44:35 UTC

[commons-configuration] 01/02: Update tests from com.sun.mail:mailapi 1.6.3 to 1.6.4.

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-configuration.git

commit 2ec8f88aa090b3f0404b10ee1009b817977e3e21
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Sep 12 10:44:00 2019 -0400

    Update tests from com.sun.mail:mailapi 1.6.3 to 1.6.4.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5513796..bcc760c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -493,7 +493,7 @@
     <dependency>
       <groupId>com.sun.mail</groupId>
       <artifactId>mailapi</artifactId>
-      <version>1.6.3</version>
+      <version>1.6.4</version>
       <scope>test</scope>
     </dependency>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a3902ac..2dbe5dc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -66,6 +66,9 @@
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Update tests from org.hsqldb:hsqldb 2.4.1 to 2.5.0.
       </action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">
+        Update tests from com.sun.mail:mailapi 1.6.3 to 1.6.4.
+      </action>
     </release>
     <release version="2.5" date="2019-05-23"
              description="Minor release with new features and updated dependencies.">