From d4e09991a53a62ed4467518b0b30188e1116e0de Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Thu, 28 May 2020 08:14:45 -0400 Subject: [PATCH] Update tests from commons-io:commons-io 2.6 to 2.7. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c977be39..08bb177c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -55,6 +55,7 @@ Improve lexer and token coverage #67. CSVFormat.format trims last delimiter if the delimiter is a white space #71. Replace org.apache.commons.csv.Assertions.notNull() with Objects.requireNonNull(). + Update tests from commons-io:commons-io 2.6 to 2.7.