Update tests from Apache Commons Lang 3.7 to 3.8. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/47dbc8fd Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/47dbc8fd Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/47dbc8fd
Branch: refs/heads/release Commit: 47dbc8fd1e1bdad8970c804e4ecde2ed3af07784 Parents: 768f656 Author: Gary Gregory <garydgreg...@gmail.com> Authored: Tue Aug 21 09:07:58 2018 -0600 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Tue Aug 21 09:07:58 2018 -0600 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-csv/blob/47dbc8fd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3beeffc..f9491cf 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,7 @@ CSV files of various types. <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.7</version> + <version>3.8</version> <scope>test</scope> </dependency> <dependency>