[CSV-248] CSVRecord is not Serializable.

Update JUnit from 5.5.2 to 5.6.0.
This commit is contained in:
Gary Gregory 2020-01-20 18:36:02 -05:00
parent d047f83c28
commit 07101a99bc
1 changed files with 1 additions and 1 deletions

View File

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