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-lang.git
The following commit(s) were added to refs/heads/master by this push:
new 02eb913af Bump org.apache.commons:commons-parent from 88 to 91
02eb913af is described below
commit 02eb913afe55705d7cc5c1a742bb562ffb6af9ef
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Nov 3 14:25:36 2025 -0500
Bump org.apache.commons:commons-parent from 88 to 91
- Local build on macOS and Java 25 OK
- Other builds OK on GH CI
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index ee6b49e96..768cbda51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>90</version>
+ <version>91</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-lang3</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fc305786f..aa3a67816 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -64,7 +64,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add TimedSemaphore.builder(), Builder, and deprecate
constructors.</action>
<action issue="LANG-1504" type="add" dev="ggregory" due-to="Edwin Delgado
H, Gary Gregory">Adding labels and history to split StopWatch #1473.</action>
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary
Gregory">Bump org.apache.commons:commons-parent from 88 to 90 #1472.</action>
+ <action type="update" dev="ggregory" due-to="Gary
Gregory, Dependabot">Bump org.apache.commons:commons-parent from 88 to 91
#1472.</action>
</release>
<release version="3.19.0" date="2025-09-19" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->