Bump org.apache.commons:commons-parent from 90 to 91
diff --git a/pom.xml b/pom.xml
index e1f5ddc..0e897f1 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 def0919..875ba4d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -65,7 +65,7 @@
<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 -->