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
commit 26d00b880c92137af4249b934d6cc3d8acf028fe Author: Gary D. Gregory <[email protected]> AuthorDate: Thu Jul 24 08:20:49 2025 -0400 [test] Bump org.apache.commons:commons-text from 1.13.1 to 1.14.10 --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c6730be64..d00f36b6e 100644 --- a/pom.xml +++ b/pom.xml @@ -169,7 +169,7 @@ <commons.jacoco.branchRatio>0.92</commons.jacoco.branchRatio> <commons.jacoco.lineRatio>0.96</commons.jacoco.lineRatio> <commons.jacoco.complexityRatio>0.91</commons.jacoco.complexityRatio> - <commons.text.version>1.13.1</commons.text.version> + <commons.text.version>1.14.0</commons.text.version> </properties> <build> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7e8f565cf..92d21cfc8 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -57,6 +57,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Gary Gregory">General Javadoc improvements.</action> <!-- ADD --> <!-- UPDATE --> + <action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump org.apache.commons:commons-text from 1.13.1 to 1.14.0.</action> </release> <release version="3.18.0" date="2025-07-06" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->
