Bump commons-io:commons-io: from 2.11.0 to 2.12.0
diff --git a/pom.xml b/pom.xml
index 1dcf68b..43759b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.11.0</version>
+      <version>2.12.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0ed022a..9bf3725 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -41,7 +41,10 @@
   </properties>

   <body>

     <release version="1.10.1" date="2023-MM-DD" description="Feature and bug fix release (Java 8)">

+      <!-- 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>

     </release>

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

       <!-- FIX -->