Update `commons-codec` to version 1.16
diff --git a/pom.xml b/pom.xml
index 1fc19f7..eafaa68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,7 @@
     <clirr.plugin.version>2.6.1</clirr.plugin.version>
     <cobertura.plugin.version>2.7</cobertura.plugin.version>
     <commons.beanutils.version>1.9.4</commons.beanutils.version>
-    <commons.codec.version>1.9</commons.codec.version>
+    <commons.codec.version>1.16</commons.codec.version>
     <commons.collections.version>3.2.2</commons.collections.version>
     <commons.io.version>2.4</commons.io.version>
     <commons.lang.version>3.5</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
new file mode 100644
index 0000000..777aac2
--- /dev/null
+++ b/src/changelog/.1.x.x/update_commons_codec_commons_codec.xml
@@ -0,0 +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`</description>
+</entry>