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 c5bd432 Update tests from Apache Commons Lang 3.10 to 3.11. c5bd432 is described below commit c5bd4324fddbdaeeb98eeb1fc1266fa66082f7c9 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jul 16 13:20:34 2020 -0400 Update tests from Apache Commons Lang 3.10 to 3.11. --- pom.xml | 4 ++-- src/changes/changes.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index bc339f8..0eddbd6 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.10</version> + <version>3.11</version> <scope>test</scope> </dependency> <dependency> @@ -444,7 +444,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.6</version> + <version>3.11</version> </dependency> </dependencies> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 22f7465..b87b97e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -48,7 +48,7 @@ <action type="update" dev="ggregory" due-to="Chen">Improve CSVFormat test coverage #63.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Update org.junit.jupiter:junit-jupiter from 5.6.0 to 5.6.1.</action> <action type="update" dev="ggregory" due-to="Chen">Fix CSVFileParserTest.java to allow for a null return value from record.getComment() #62.</action> - <action type="update" dev="ggregory" due-to="Gary Gregory">Update tests from Apache Commons Lang 3.9 to 3.10.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Update tests from Apache Commons Lang 3.9 to 3.11.</action> <action type="update" dev="ggregory" due-to="Chen">Improve test coverage in CSVFormatTest #65.</action> <action type="update" dev="ggregory" due-to="Chen">Removed invalid Javadoc markup for CSVFormat EXCEL #64.</action> <action type="update" dev="ggregory" due-to="Chen">Improve CSVRecord and CSVPrinter code coverage #66.</action>