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/07 04:54:58 UTC

svn commit: r1826072 - /commons/proper/email/trunk/pom.xml

Author: ggregory
Date: Wed Mar  7 04:54:58 2018
New Revision: 1826072

URL: http://svn.apache.org/viewvc?rev=1826072&view=rev
Log:
Update tests from Apache Commons IO 2.5 to 2.6.

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

Modified: commons/proper/email/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=1826072&r1=1826071&r2=1826072&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Wed Mar  7 04:54:58 2018
@@ -254,7 +254,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>2.5</version>
+            <version>2.6</version>
             <scope>test</scope>
         </dependency>
     	<dependency>