Update `commons-codec:commons-codec` to version `1.16.1` (#120)
diff --git a/pom.xml b/pom.xml
index d1cc614..1c77a3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,7 @@
          ===================================================== -->
     <antlr.version>2.7.7</antlr.version>
     <commons.beanutils.version>1.9.4</commons.beanutils.version>
-    <commons.codec.version>1.16.0</commons.codec.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.lang.version>3.14.0</commons.lang.version>
diff --git a/src/changelog/.1.x.x/update_commons_codec_commons_codec.xml b/src/changelog/.1.x.x/update_commons_codec_commons_codec.xml
index 01ce6d6..380bf60 100644
--- a/src/changelog/.1.x.x/update_commons_codec_commons_codec.xml
+++ b/src/changelog/.1.x.x/update_commons_codec_commons_codec.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">
-  <author id="github:dependabot"/>
-  <description format="asciidoc">Update `commons-codec:commons-codec` to version `1.16.0`</description>
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
+       type="updated">
+  <issue id="120" link="https://github.com/apache/logging-log4j-audit/pull/120"/>
+  <description format="asciidoc">Update `commons-codec:commons-codec` to version `1.16.1`</description>
 </entry>