Update commons-codec from 1.14 to 1.15.

This commit is contained in:
Gary Gregory 2020-09-01 13:31:54 -04:00
parent 2ccfb90d3c
commit c85424725e
2 changed files with 4 additions and 1 deletions

View File

@ -498,7 +498,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.14</version>
<version>1.15</version>
<optional>true</optional>
</dependency>
</dependencies>

View File

@ -195,6 +195,9 @@
<action type="update" dev="ggregory" due-to="Dependabot">
Update maven-pmd-plugin from 3.12.0 to 3.13.0 #167.
</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">
Update commons-codec from 1.14 to 1.15.
</action>
</release>
<release version="4.4" date="2019-07-05" description="Maintenance release.">
<action issue="COLLECTIONS-710" dev="ggregory" type="fix" due-to="Yu Shi, Gary Gregory">