Update tests from Apache Commons IO 2.4 to 2.5.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1740572 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2016-04-22 17:17:35 +00:00
parent 16b9e2c791
commit e802fe1cab
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ CSV files of various types.
<dependency> <dependency>
<groupId>commons-io</groupId> <groupId>commons-io</groupId>
<artifactId>commons-io</artifactId> <artifactId>commons-io</artifactId>
<version>2.4</version> <version>2.5</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>