From 00fcb06bb5be4709a7c07fc834c2a1d1eb84e17e Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sun, 13 Jun 2021 12:58:20 -0400 Subject: [PATCH] Update Apache Commons IO from 2.9.0 to 2.10.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 75becc31..e1ff9c65 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ commons-io commons-io - 2.9.0 + 2.10.0 test diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c98e6c44..1658b64a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -60,7 +60,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.9.0, #108. + Update tests from commons-io:commons-io 2.6 to 2.10.0, #108. Bump actions/checkout from v1 to v2.3.4, #79, #92, #121. Bump commons-parent from 50 to 51 #80. Update maven-checkstyle-plugin from 3.0.0 to 3.1.1.