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-cli.git
The following commit(s) were added to refs/heads/master by this push:
new a837ae10 [test] Bump org.apache.commons:commons-text from 1.14.0 to
1.15.0
a837ae10 is described below
commit a837ae10d69543638f552116360d0d4f8abd3799
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Dec 7 18:03:40 2025 -0500
[test] Bump org.apache.commons:commons-text from 1.14.0 to 1.15.0
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d43924f4..05b8d6c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
- <version>1.14.0</version>
+ <version>1.15.0</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1f657e1c..62b24c57 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -28,6 +28,7 @@
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-parent from 91 to 93 #414,
#416.</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="1.11.0" date="2025-11-08" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->