Bump commons-io from 2.12.0 to 2.13.0
diff --git a/pom.xml b/pom.xml
index af1964c..ffd124a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.12.0</version>
+      <version>2.13.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4f949ad..841ad0e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,7 +44,7 @@
       <!-- FIX -->

       <action issue="CSV-306" type="fix" dev="ggregory" due-to="Sam Ng, Bruno P. Kinoshita">Replace deprecated method in user guide, update external link #324, #325.</action>

       <!-- UPDATE -->

-      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-io:commons-io: from 2.11.0 to 2.12.0.</action>

+      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-io:commons-io: from 2.11.0 to 2.13.0.</action>

       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent from 57 to 58.</action>

     </release>

     <release version="1.10.0" date="2023-01-28" description="Feature and bug fix release (Java 8)">