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-configuration.git
The following commit(s) were added to refs/heads/master by this push: new e813e708 Bump commons-codec:commons-codec: from 1.15 to 1.16.0 e813e708 is described below commit e813e708d8621c1a8dc386b6fc563ae22f33d25c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jun 23 11:32:42 2023 -0400 Bump commons-codec:commons-codec: from 1.15 to 1.16.0 --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c0d90756..e3edbef5 100644 --- a/pom.xml +++ b/pom.xml @@ -323,7 +323,7 @@ <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> - <version>1.15</version> + <version>1.16.0</version> <optional>true</optional> </dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 55c94bc6..98514532 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -37,6 +37,9 @@ <action type="update" dev="ggregory" due-to="Gary Gregory"> Bump commons-parent from 57 to 58. </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="2.9.0" date="2023-03-25" description="Minor release with new features and updated dependencies."> <!-- FIX -->