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 52d1b7bfd Bump org.apache.commons:commons-parent from 90 to 91
52d1b7bfd is described below
commit 52d1b7bfdfe22fa8ff0e9f0c8a6a7b6a70f3ab69
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 7 22:18:48 2025 -0500
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 e1f5ddc00..0e897f176 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 def09190d..875ba4d9b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -65,7 +65,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, Dependabot">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 -->