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 4ca06f504 [test] Bump org.apache.commons:commons-text from 1.13.0 to 1.13.1 4ca06f504 is described below commit 4ca06f5049a89c75079c233cdd795c3bc7709371 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Thu Apr 10 18:59:46 2025 -0400 [test] Bump org.apache.commons:commons-text from 1.13.0 to 1.13.1 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6a7d60aeb..ae85ae5b6 100644 --- a/pom.xml +++ b/pom.xml @@ -168,7 +168,7 @@ <commons.jacoco.branchRatio>0.92</commons.jacoco.branchRatio> <commons.jacoco.lineRatio>0.95</commons.jacoco.lineRatio> <commons.jacoco.complexityRatio>0.90</commons.jacoco.complexityRatio> - <commons.text.version>1.13.0</commons.text.version> + <commons.text.version>1.13.1</commons.text.version> </properties> <build> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 392654f52..114669cf9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -119,7 +119,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 73 to 81 #1267, #1277, #1283, #1288, #1302.</action> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">[site] Bump org.codehaus.mojo:taglist-maven-plugin from 3.1.0 to 3.2.1 #1300.</action> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">[test] Bump org.easymock:easymock from 5.4.0 to 5.5.0 #1317.</action> - <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">[test] Bump org.apache.commons:commons-text from 1.12.0 to 1.13.0 #1336.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">[test] Bump org.apache.commons:commons-text from 1.12.0 to 1.13.1 #1336.</action> </release> <release version="3.17.0" date="2024-08-24" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->