Update tests from Apache Commons IO 2.5 to 2.6. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/0e39fe3b Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/0e39fe3b Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/0e39fe3b
Branch: refs/heads/CSV-216 Commit: 0e39fe3bed3444e1b989c2a0a90c1d8e6bb36ccc Parents: 27cdc55 Author: Gary Gregory <ggreg...@apache.org> Authored: Fri Oct 20 10:04:51 2017 -0600 Committer: Gary Gregory <ggreg...@apache.org> Committed: Fri Oct 20 10:04:51 2017 -0600 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-csv/blob/0e39fe3b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8011872..526faa7 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ CSV files of various types. <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.5</version> + <version>2.6</version> <scope>test</scope> </dependency> <dependency>