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 941daae1 Bump org.apache.commons:commons-parent from 88 to 89
941daae1 is described below
commit 941daae10bf9ae963fbd992340c339f7ab88235c
Author: Gary D. Gregory <[email protected]>
AuthorDate: Wed Oct 8 14:35:34 2025 -0400
Bump org.apache.commons:commons-parent from 88 to 89
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index a7ade103..205cd056 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>88</version>
+ <version>89</version>
</parent>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 15c2eaef..1303b08c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,7 +54,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="add" dev="ggregory" due-to="Gary Gregory">Add builders to
org.apache.commons.codec.digest streams and deprecate some old
constructors.</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add support for
SHAKE128-256 and SHAKE256-512 to `DigestUtils` and `MessageDigestAlgorithms` on
Java 25 and up.</action>
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-parent from 85 to 88.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-parent from 85 to 89.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump
org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0.</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.">