Skip to content

Commit 3643593

Browse files
committed
mockito-core from 3.4.6 to 3.5.10 apache#107.
1 parent 447a5cc commit 3643593

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/changes/changes.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,25 +45,27 @@
4545
<action issue="CSV-259" type="fix" dev="ggregory" due-to="Chen">CSVFormat.printWithEscapes throws StringIndexOutOfBoundsException when value is Reader #61.</action>
4646
<action issue="CSV-184" type="add" dev="ggregory" due-to="Gaurav Agarwal, M. Steiger, Gary Gregory">Make the method CSVRecord.putIn(Map) public.</action>
4747
<action type="update" dev="ggregory" due-to="Chen">Improve CSVFormat test coverage #63.</action>
48-
<action type="update" dev="ggregory" due-to="Gary Gregory">Update org.junit.jupiter:junit-jupiter from 5.6.0 to 5.6.1.</action>
4948
<action type="update" dev="ggregory" due-to="Chen">Fix CSVFileParserTest.java to allow for a null return value from record.getComment() #62.</action>
50-
<action type="update" dev="ggregory" due-to="Gary Gregory">Update tests from Apache Commons Lang 3.9 to 3.11.</action>
5149
<action type="update" dev="ggregory" due-to="Chen">Improve test coverage in CSVFormatTest #65.</action>
5250
<action type="update" dev="ggregory" due-to="Chen">Removed invalid Javadoc markup for CSVFormat EXCEL #64.</action>
5351
<action type="update" dev="ggregory" due-to="Chen">Improve CSVRecord and CSVPrinter code coverage #66.</action>
5452
<action type="update" dev="ggregory" due-to="Chen">Improve lexer and token coverage #67.</action>
5553
<action issue="CSV-211" type="fix" dev="ggregory" due-to="Alpesh Kulkarni, Chen">CSVFormat.format trims last delimiter if the delimiter is a white space #71.</action>
5654
<action type="update" dev="ggregory" due-to="Gary Gregory">Replace org.apache.commons.csv.Assertions.notNull() with Objects.requireNonNull().</action>
57-
<action type="update" dev="ggregory" due-to="Gary Gregory">Update tests from commons-io:commons-io 2.6 to 2.7.</action>
5855
<action issue="CSV-149" type="fix" dev="ggregory" due-to="Kranthi, Gary Gregory, Brent Worden, dota17">Line number is not proper at EOF.</action>
5956
<action issue="CSV-195" type="fix" dev="ggregory" due-to="Rodolfo Duldulao, Rodolfo Duldulao, Michael Vitz, dota17">Parser iterates over the last CSV Record twice.</action>
57+
<!-- UPDATES -->
58+
<action type="update" dev="ggregory" due-to="Gary Gregory">Update org.junit.jupiter:junit-jupiter from 5.6.0 to 5.6.1.</action>
59+
<action type="update" dev="ggregory" due-to="Gary Gregory">Update tests from Apache Commons Lang 3.9 to 3.11.</action>
60+
<action type="update" dev="ggregory" due-to="Gary Gregory">Update tests from commons-io:commons-io 2.6 to 2.7.</action>
6061
<action type="update" dev="ggregory" due-to="Dependabot">Update actions/checkout from v1 to v2.3.2 #79, #92.</action>
6162
<action type="update" dev="ggregory" due-to="Dependabot">Update commons-parent from 50 to 51 #80.</action>
6263
<action type="update" dev="ggregory" due-to="Dependabot">Update junit-jupiter from 5.6.1 to 5.6.2 #84.</action>
6364
<action type="update" dev="ggregory" due-to="Gary Gregory">Update maven-checkstyle-plugin from 3.0.0 to 3.1.1.</action>
6465
<action type="update" dev="ggregory" due-to="Dependabot">Update tests from opencsv from 3.1 to 5.2 #81.</action>
6566
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Update tests from org.mockito:mockito-core 3.2.4 -> 3.4.6; #88.</action>
6667
<action type="update" dev="ggregory" due-to="Gary Gregory">Update tests from super-csv from 2.2.1 to 2.4.0 #86.</action>
68+
<action type="update" dev="ggregory" due-to="Gary Gregory">Update tests mockito-core from 3.4.6 to 3.5.10 #107.</action>
6769
</release>
6870
<release version="1.8" date="2020-02-01" description="Feature and bug fix release (Java 8).
6971

0 commit comments

Comments
 (0)