You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/01/20 23:36:28 UTC

[commons-csv] 02/03: [CSV-248] CSVRecord is not Serializable.

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 <ga...@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>