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 2018/03/29 14:52:13 UTC

svn commit: r1827999 - /commons/proper/configuration/trunk/pom.xml

Author: ggregory
Date: Thu Mar 29 14:52:13 2018
New Revision: 1827999

URL: http://svn.apache.org/viewvc?rev=1827999&view=rev
Log:
Update tests from Mail API 1.5.6 to 1.6.1.

Modified:
    commons/proper/configuration/trunk/pom.xml

Modified: commons/proper/configuration/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1827999&r1=1827998&r2=1827999&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Thu Mar 29 14:52:13 2018
@@ -468,7 +468,7 @@
     <dependency>
       <groupId>com.sun.mail</groupId>
       <artifactId>mailapi</artifactId>
-      <version>1.5.6</version>
+      <version>1.6.1</version>
       <scope>test</scope>
     </dependency>