This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-collections.git
The following commit(s) were added to refs/heads/master by this push: new c854247 Update commons-codec from 1.14 to 1.15. c854247 is described below commit c85424725e732852d64a0b06bb5ad9c2be38bb73 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Sep 1 13:31:54 2020 -0400 Update commons-codec from 1.14 to 1.15. --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4812aa7..dcd94f5 100644 --- a/pom.xml +++ b/pom.xml @@ -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> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 19010fa..56da884 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -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">