Repository: commons-csv Updated Branches: refs/heads/master e3c8d5fcc -> 3522de82c
Update Apache Commons Lang 3.4 to 3.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/3522de82 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/3522de82 Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/3522de82 Branch: refs/heads/master Commit: 3522de82cc0703c585a2476474dfc0cf61dd4a14 Parents: e3c8d5f Author: Gary Gregory <[email protected]> Authored: Wed Jun 14 22:44:09 2017 -0700 Committer: Gary Gregory <[email protected]> Committed: Wed Jun 14 22:44:09 2017 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-csv/blob/3522de82/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6dfc151..fd116a1 100644 --- a/pom.xml +++ b/pom.xml @@ -450,7 +450,7 @@ CSV files of various types. <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.4</version> + <version>3.6</version> </dependency> </dependencies>
