This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-csv.git
The following commit(s) were added to refs/heads/master by this push: new 01e7e38 Update tests from Apache Commmons Lang 3.8.1 to 3.9. 01e7e38 is described below commit 01e7e384ace36fdca0813ab3eae1eac7eee3d61c Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sun Apr 14 20:26:30 2019 -0400 Update tests from Apache Commmons Lang 3.8.1 to 3.9. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4b86f77..461e832 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.8.1</version> + <version>3.9</version> <scope>test</scope> </dependency> <dependency>