Author: ggregory
Date: Fri Apr 22 17:17:35 2016
New Revision: 1740572
URL: http://svn.apache.org/viewvc?rev=1740572&view=rev
Log:
Update tests from Apache Commons IO 2.4 to 2.5.
Modified:
commons/proper/csv/trunk/pom.xml
Modified: commons/proper/csv/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/csv/trunk/pom.xml?rev=1740572&r1=1740571&r2=1740572&view=diff
==============================================================================
--- commons/proper/csv/trunk/pom.xml (original)
+++ commons/proper/csv/trunk/pom.xml Fri Apr 22 17:17:35 2016
@@ -42,7 +42,7 @@ CSV files of various types.
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.4</version>
+ <version>2.5</version>
<scope>test</scope>
</dependency>
<dependency>