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-configuration.git
The following commit(s) were added to refs/heads/master by this push:
new f6a1ab07c Bump org.apache.commons:commons-text from 1.14.0 to 1.15.0
f6a1ab07c is described below
commit f6a1ab07c30dcac63814c2ff49b5729a2e2235f8
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Dec 7 18:04:39 2025 -0500
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 75e6b0096..921e7c92f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
- <version>1.14.0</version>
+ <version>1.15.0</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f91f5d90d..66634e451 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -29,6 +29,7 @@
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 92 to 93.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-text from 1.14.0 to 1.15.0.</action>
</release>
<release version="2.13.0" date="2025-11-21" description="Minor release
with new features and updated dependencies; requires Java 8 or above.">
<!-- FIX -->