org.mockito:mockito-core 3.2.4 -> 3.3.3.

This commit is contained in:
Gary Gregory 2020-03-17 10:56:03 -04:00
parent 2b51aa7d80
commit 2dd3606127
2 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.2.4</version>
<version>3.3.3</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@ -43,6 +43,7 @@
<action type="update" dev="ggregory" due-to="Amey Jadiye">Replace FindBugs with SpotBugs #56.</action>
<action type="update" dev="ggregory" due-to="Chen">Javadoc typo in CSVFormat let's -> lets #57.</action>
<action issue="CSV-259" type="fix" dev="ggregory" due-to="Chen">CSVFormat.printWithEscapes throws StringIndexOutOfBoundsException when value is Reader #61.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">org.mockito:mockito-core 3.2.4 -> 3.3.3.</action>
</release>
<release version="1.8" date="2020-02-01" description="Feature and bug fix release (Java 8).