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-release-plugin.git
commit fbbb88ca3df38f3a293137b3e74e0ea4f45dad40 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jun 23 11:38:17 2023 -0400 Bump commons-codec:commons-codec: from 1.15 to 1.16.0 --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 26f7f15..a0572e3 100644 --- a/pom.xml +++ b/pom.xml @@ -186,7 +186,7 @@ <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> - <version>1.15</version> + <version>1.16.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 694a69a..e0a6357 100755 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -49,6 +49,7 @@ <action type="update" dev="kinow" due-to="Dependabot">Bump commons-compress from 1.21 to 1.23.0 #148, #181.</action> <action type="update" dev="kinow" due-to="Dependabot">Bump maven.plugin.version from 3.6.4 to 3.8.2 #149, #168, #174, #185.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-io from 2.11.0 to 2.13.0.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-codec:commons-codec from 1.15 to 1.16.0.</action </release> <release version="1.8.0" date="2022-03-13" description="Version 1.8"> <action issue="COMMONSSITE-138" type="add" dev="chtompki, ggregory">Create signature validation script for releases.</action>