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 1bf3426e Bump org.apache.commons:commons-parent from 101 to 102.
1bf3426e is described below
commit 1bf3426e084f8b4ed82a33bd2797e0ed98949c0a
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jun 11 09:35:00 2026 -0400
Bump org.apache.commons:commons-parent from 101 to 102.
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 07770108..128f9fbc 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>101</version>
+ <version>102</version>
</parent>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c96f8857..3dc2f6c4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -48,8 +48,8 @@ The <action> type attribute can be add,update,fix,remove.
<action type="add" issue="CODEC-337" dev="pkarwasz" due-to="Ruiqi Dong,
Gary Gregory">Digest ALL reuses System.in, so only the first algorithm sees the
real input (#431).</action>
<!-- ADD -->
<!-- UPDATE -->
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 98 to 102.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-io:commons-io from 2.21.0 to 2.22.0.</action>
- <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 98 to 101.</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.">
<!-- FIX -->