org.junit.jupiter:junit-jupiter from 5.6.0 to 5.6.1.

This commit is contained in:
Gary Gregory 2020-03-23 11:12:35 -04:00
parent b552b0e88c
commit 72edc56862
2 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.6.0</version>
<version>5.6.1</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@ -46,6 +46,7 @@
<action type="update" dev="ggregory" due-to="Gary Gregory">org.mockito:mockito-core 3.2.4 -> 3.3.3.</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="Gary Gregory">Update org.junit.jupiter:junit-jupiter from 5.6.0 to 5.6.1.</action>
</release>
<release version="1.8" date="2020-02-01" description="Feature and bug fix release (Java 8).