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
commit ac0acf9859ec8b9e70ad35645b5f61d5b141d4fc Author: Gary D. Gregory <[email protected]> AuthorDate: Thu Oct 30 08:16:50 2025 -0400 Bump org.apache.commons:commons-parent from 90 to 91 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 40c565d9..714e7e63 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>90</version> + <version>91</version> </parent> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b3360ed1..4d140c57 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -56,7 +56,7 @@ The <action> type attribute can be add,update,fix,remove. <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> <action type="add" dev="ggregory" due-to="Gary Gregory">Add BaseNCodec.AbstractBuilder.setDecodeTable(byte[]) and refactor subclasses.</action> <!-- UPDATE --> - <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 85 to 90.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 85 to 91.</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.">
