Author: ggregory Date: Fri Oct 20 16:06:35 2017 New Revision: 1812758 URL: http://svn.apache.org/viewvc?rev=1812758&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=1812758&r1=1812757&r2=1812758&view=diff ============================================================================== --- commons/proper/email/trunk/pom.xml (original) +++ commons/proper/email/trunk/pom.xml Fri Oct 20 16:06:35 2017 @@ -247,7 +247,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.5</version> + <version>2.6</version> <scope>test</scope> </dependency> <dependency>