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-lang.git
The following commit(s) were added to refs/heads/master by this push:
new 67ab00abf Bump org.apache.commons:commons-parent from 101 to 102.
67ab00abf is described below
commit 67ab00abf3f0a8378326d2af91c359746863af19
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jun 10 20:30:12 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 afab189a4..2df427c73 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>101</version>
+ <version>102</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-lang3</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b57977ce2..6e4d954b6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -204,7 +204,7 @@ java.lang.NullPointerException: Cannot invoke
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add CharUtils isHex(int), isAsciiNumeric(int), isOctal(int)
(#1685).</action>
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add and use Instants.toInstant(Instant[, Instant]) (#1690).</action>
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary
Gregory, Dependabot">Bump org.apache.commons:commons-parent from 92 to 101
#1498.</action>
+ <action type="update" dev="ggregory" due-to="Gary
Gregory, Dependabot">Bump org.apache.commons:commons-parent from 92 to 102
#1498.</action>
<action type="update" dev="ggregory" due-to="Gary
Gregory">[test] Bump org.apache.commons:commons-text from 1.14.0 to
1.15.0.</action>
</release>
<release version="3.20.0" date="2025-11-12" description="This is a feature
and maintenance release. Java 8 or later is required.">