Update Apache Commons IO from 2.9.0 to 2.10.0.
diff --git a/pom.xml b/pom.xml
index 2e10ec1..3dcf04e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -492,7 +492,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.9.0</version>
+      <version>2.10.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1e89704..00c9456 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -211,7 +211,7 @@
       Remove deprecated sudo setting. #161.
     </action>
     <action type="update" dev="ggregory" due-to="Gary Gregory">
-      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.
     </action>
     <action type="update" dev="ggregory" due-to="Dependabot">
       Update actions/checkout from v1 to v2.3.4 #166 #173 #183 #193.