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
commit 01c4610184671cff959a84643b82b8ff2f801bd3 Author: Gary Gregory <[email protected]> AuthorDate: Sun Oct 29 07:38:13 2023 -0400 Bump org.apache.commons:commons-text from 1.10.0 to 1.11.0 --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 973dbbea..185bd34a 100644 --- a/pom.xml +++ b/pom.xml @@ -294,7 +294,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> - <version>1.10.0</version> + <version>1.11.0</version> </dependency> <dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c532e307..a5d0d066 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -78,6 +78,9 @@ <action type="update" dev="ggregory" due-to="Gary Gregory"> Bump org.apache.logging.log4j:log4j-1.2-* from 2.20.0 to 2.21.1. </action> + <action type="update" dev="ggregory" due-to="Gary Gregory"> + Bump org.apache.commons:commons-text from 1.10.0 to 1.11.0. + </action> </release> <release version="2.9.0" date="2023-03-25" description="Minor release with new features and updated dependencies."> <!-- FIX -->
