From 591612e3c171be085faa0a2a1641798d77684c54 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sun, 13 Jun 2021 12:56:31 -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 2e10ec156..3dcf04e38 100644 --- a/pom.xml +++ b/pom.xml @@ -492,7 +492,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 1e8970440..00c945623 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -211,7 +211,7 @@ Remove deprecated sudo setting. #161. - Update tests from commons-io:commons-io 2.6 to 2.9.0 #180. + Update tests from commons-io:commons-io 2.6 to 2.10.0 #180. Update actions/checkout from v1 to v2.3.4 #166 #173 #183 #193.