[CONFIGURATION-758] Update commons-codec:commons-codec from 1.12 to
1.13.
diff --git a/pom.xml b/pom.xml
index 195bd87..0f3ae52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -321,7 +321,7 @@
     <dependency>

       <groupId>commons-codec</groupId>

       <artifactId>commons-codec</artifactId>

-      <version>1.12</version>

+      <version>1.13</version>

       <optional>true</optional>

     </dependency>

 

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a930e9d..6fa858b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,6 +60,9 @@
       <action dev="ggregory" type="update" due-to="Gary Gregory">

         Update tests from org.apache.commons:commons-pool2 2.6.2 to 2.7.0.

       </action>

+      <action dev="ggregory" type="update" issue="CONFIGURATION-758" due-to="Gary Gregory">

+        Update commons-codec:commons-codec from 1.12 to 1.13.

+      </action>

     </release>

     <release version="2.5" date="2019-05-23"

              description="Minor release with new features and updated dependencies.">