Update `commons-io:commons-io` to version `2.16.0` (#134)
diff --git a/pom.xml b/pom.xml
index 8a11ea4..0a1539e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,7 +153,7 @@
     <commons.beanutils.version>1.9.4</commons.beanutils.version>
     <commons.codec.version>1.16.1</commons.codec.version>
     <commons.collections.version>3.2.2</commons.collections.version>
-    <commons.io.version>2.15.1</commons.io.version>
+    <commons.io.version>2.16.0</commons.io.version>
     <commons.lang.version>3.14.0</commons.lang.version>
     <commons.logging.version>1.3.1</commons.logging.version>
     <commons.pool.version>1.6</commons.pool.version>
diff --git a/src/changelog/.1.x.x/update_commons_io_commons_io.xml b/src/changelog/.1.x.x/update_commons_io_commons_io.xml
index b74fec5..a4a2bcf 100644
--- a/src/changelog/.1.x.x/update_commons_io_commons_io.xml
+++ b/src/changelog/.1.x.x/update_commons_io_commons_io.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
-       type="changed">
-  <issue id="95" link="https://github.com/apache/logging-log4j-audit/pull/95"/>
-  <description format="asciidoc">Update `commons-io:commons-io` to version `2.15.1`</description>
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
+       type="updated">
+  <issue id="134" link="https://github.com/apache/logging-log4j-audit/pull/134"/>
+  <description format="asciidoc">Update `commons-io:commons-io` to version `2.16.0`</description>
 </entry>