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 205d7d0b3 Bump org.apache.commons:commons-parent from 91 to 92 #1484
new d631b6c48 Merge branch 'master' of
https://[email protected]/apache/commons-lang.git
205d7d0b3 is described below
commit 205d7d0b356c78828fee1d25a65ae120cced829b
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Nov 10 19:02:56 2025 -0500
Bump org.apache.commons:commons-parent from 91 to 92 #1484
---
RELEASE-NOTES.txt | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index cf0e51314..00d2d887f 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -63,7 +63,7 @@ o LANG-1789: NullPointerException when generating
NoSuchMethodException in Metho
o LANG-1786: Map deprecated TimeZone short IDs and avoid JRE WARNINGs to the
console #1483. Thanks to Daniel Migowski, Gary Gregory, Lenny Primak.
Changes:
-o Bump org.apache.commons:commons-parent from 88 to 91 #1472.
Thanks to Gary Gregory, Dependabot.
+o Bump org.apache.commons:commons-parent from 88 to 92 #1472,
#1484. Thanks to Gary Gregory, Dependabot.
Historical list of changes:
https://commons.apache.org/proper/commons-lang/changes.html
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3a7d05624..cc2833832 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 91
#1472.</action>
+ <action type="update" dev="ggregory" due-to="Gary
Gregory, Dependabot">Bump org.apache.commons:commons-parent from 88 to 92
#1472, #1484.</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 -->