Update commons-codec from 1.14 to 1.15.
diff --git a/pom.xml b/pom.xml
index d7e0281..2c47746 100644
--- a/pom.xml
+++ b/pom.xml
@@ -320,7 +320,7 @@
     <dependency>

       <groupId>commons-codec</groupId>

       <artifactId>commons-codec</artifactId>

-      <version>1.14</version>

+      <version>1.15</version>

       <optional>true</optional>

     </dependency>

 

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e2b7d32..54a95f7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -80,6 +80,9 @@
        <action type="update" dev="ggregory" due-to="Dependabot">
          Update actions/setup-java from v1.4.0 to v1.4.1 #63.
        </action>
+       <action type="update" dev="ggregory" due-to="Gary Gregory">
+         Update optional commons-codec from 1.14 to 1.15.
+       </action>
     </release>
     <release version="2.7" date="2020-03-07"
              description="Minor release with new features and updated dependencies.">