This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-csv.git
commit 07101a99bc7d1445f97f4fd21fed59a210f79bf0 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Jan 20 18:36:02 2020 -0500 [CSV-248] CSVRecord is not Serializable. Update JUnit from 5.5.2 to 5.6.0. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 78b848b..432b933 100644 --- a/pom.xml +++ b/pom.xml @@ -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>