Skip to content

Commit 72edc56

Browse files
committed
org.junit.jupiter:junit-jupiter from 5.6.0 to 5.6.1.
1 parent b552b0e commit 72edc56

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>org.junit.jupiter</groupId>
3434
<artifactId>junit-jupiter</artifactId>
35-
<version>5.6.0</version>
35+
<version>5.6.1</version>
3636
<scope>test</scope>
3737
</dependency>
3838
<dependency>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
<action type="update" dev="ggregory" due-to="Gary Gregory">org.mockito:mockito-core 3.2.4 -> 3.3.3.</action>
4747
<action issue="CSV-184" type="add" dev="ggregory" due-to="Gaurav Agarwal, M. Steiger, Gary Gregory">Make the method CSVRecord#putIn(Map) public.</action>
4848
<action type="update" dev="ggregory" due-to="Chen">Improve CSVFormat test coverage #63.</action>
49+
<action type="update" dev="ggregory" due-to="Gary Gregory">Update org.junit.jupiter:junit-jupiter from 5.6.0 to 5.6.1.</action>
4950
</release>
5051
<release version="1.8" date="2020-02-01" description="Feature and bug fix release (Java 8).
5152

0 commit comments

Comments
 (0)