From 6eef85a6638c7448cac86bed11ee8565e2e05110 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Mon, 22 Feb 2021 20:27:05 -0500 Subject: [PATCH] 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 117a34b1..81571ac3 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -45,7 +45,7 @@ CSVFormat.printWithEscapes throws StringIndexOutOfBoundsException when value is Reader #61. Make the method CSVRecord.putIn(Map) public. Improve CSVFormat test coverage #63. - Fix CSVFileParserTest.java to allow for a null return value from record.getComment() #62. + Fix CSVFileParserTest.java to allow for a null return value from record.getComment() #62. Improve test coverage in CSVFormatTest #65. Removed invalid Javadoc markup for CSVFormat EXCEL #64. Improve CSVRecord and CSVPrinter code coverage #66. @@ -71,6 +71,7 @@ Bump mockito-core from 3.5.11 to 3.7.7, #123, #128, #129. Bump actions/cache from v2 to v2.1.4 #132. Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 #131. + Bump junit-jupiter from 5.7.0 to 5.7.1 #133.