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-codec.git
The following commit(s) were added to refs/heads/master by this push: new 36be5b29 Bump org.apache.commons:commons-parent from 87 to 88 36be5b29 is described below commit 36be5b290b0eb7c95a7c1c264d50829196f496bc Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Sep 19 22:03:45 2025 -0400 Bump org.apache.commons:commons-parent from 87 to 88 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 19cab86a..df25356f 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ limitations under the License. <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>87</version> + <version>88</version> </parent> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 45028d91..6e02c284 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -48,7 +48,7 @@ The <action> type attribute can be add,update,fix,remove. <!-- ADD --> <action type="add" dev="ggregory" due-to="Fredrik Kjellberg, Gary Gregory">Add org.apache.commons.codec.digest.CRC16.</action> <!-- UPDATE --> - <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 85 to 87.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 85 to 88.</action> </release> <release version="1.19.0" date="2025-07-19" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->