This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 0b9616d5 Bump org.apache.commons:commons-parent from 104 to 105.
0b9616d5 is described below
commit 0b9616d5ed4f0b222290ead166e5783cb54eb8b7
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Sep 7 09:17:42 2026 -0400
Bump org.apache.commons:commons-parent from 104 to 105.
Fix entry for same dependency for previous relase.
---
pom.xml | 2 +-
src/changes/changes.xml | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index c430ff07..51997703 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>104</version>
+ <version>105</version>
</parent>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a2e3824d..80ea6805 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -57,6 +57,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="add" dev="ggregory" due-to="Gary Gregory">Add
BeiderMorseEncoder.Builder and deprecate old constructor.</action>
<action type="add" dev="ggregory" due-to="Yu Bao, Gary Gregory">Add
PhoneticEngine.Builder.setMaxInputLength(int).</action>
<!-- UPDATE -->
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 103 to 105.</action>
</release>
<release version="1.22.1" date="2026-07-27" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
@@ -74,7 +75,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary
Gregory">StringEncoderComparator.StringEncoderComparator(StringEncoder) now
fails fast on null input.</action>
<!-- ADD -->
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 98 to 104.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 98 to 103.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-io:commons-io from 2.21.0 to 2.22.0.</action>
</release>
<release version="1.22.0" date="2026-04-19" description="This is a feature
and maintenance release. Java 8 or later is required.">