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 6eef85a Bump junit-jupiter from 5.7.0 to 5.7.1 #133 6eef85a is described below commit 6eef85a6638c7448cac86bed11ee8565e2e05110 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Feb 22 20:27:05 2021 -0500 Bump junit-jupiter from 5.7.0 to 5.7.1 #133 --- src/changes/changes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 117a34b..81571ac 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -45,7 +45,7 @@ <action issue="CSV-259" type="fix" dev="ggregory" due-to="Chen">CSVFormat.printWithEscapes throws StringIndexOutOfBoundsException when value is Reader #61.</action> <action issue="CSV-184" type="add" dev="ggregory" due-to="Gaurav Agarwal, M. Steiger, Gary Gregory">Make the method CSVRecord.putIn(Map) public.</action> <action type="update" dev="ggregory" due-to="Chen">Improve CSVFormat test coverage #63.</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="Chen">Fix CSVFileParserTest.java to allow for a null return value from record.getComment() #62.</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> @@ -71,6 +71,7 @@ <action type="update" dev="ggregory" due-to="Dependabot">Bump mockito-core from 3.5.11 to 3.7.7, #123, #128, #129.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump actions/cache from v2 to v2.1.4 #132.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 #131.</action> + <action type="update" dev="ggregory" due-to="Dependabot">Bump junit-jupiter from 5.7.0 to 5.7.1 #133.</action> </release> <release version="1.8" date="2020-02-01" description="Feature and bug fix release (Java 8).