From dced5f77fe4d8099ea971eca565e0855772a2c0c Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Tue, 13 Jul 2021 17:47:20 -0400 Subject: [PATCH] Update tests from commons-io:commons-io 2.10.0 to 2.11.0. --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a382f094..a13f2740 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ commons-io commons-io - 2.10.0 + 2.11.0 test diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1899c583..707efaa8 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -74,7 +74,7 @@ Update org.junit.jupiter:junit-jupiter from 5.6.0 to 5.7.0, #84 #109 Update tests from Apache Commons Lang 3.9 to 3.12.0. - Update tests from commons-io:commons-io 2.6 to 2.10.0, #108. + Update tests from commons-io:commons-io 2.6 to 2.11.0, #108. Bump actions/checkout from v1 to v2.3.4, #79, #92, #121. Bump commons-parent from 50 to 51 #80. Bump tests from opencsv from 3.1 to 5.5 #81, #137, #158.