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-text.git
The following commit(s) were added to refs/heads/master by this push: new 3f05bf34 Bump org.apache.commons:commons-parent from 83 to 84 3f05bf34 is described below commit 3f05bf34cdf1a6f19b686d89a47cec4109c6281f Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Tue May 20 08:40:15 2025 -0400 Bump org.apache.commons:commons-parent from 83 to 84 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2a050e72..e77dd7ab 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>83</version> + <version>84</version> </parent> <artifactId>commons-text</artifactId> <version>1.13.2-SNAPSHOT</version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 346493fd..01aa612c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -49,9 +49,9 @@ The <action> type attribute can be add,update,fix,remove. <!-- FIX --> <!-- ADD --> <!-- UPDATE --> + <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-parent from 81 to 84 #668.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-io:commons-io from 2.18.0 to 2.19.0.</action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump graalvm.version from 24.2.0 to 24.2.1 #665.</action> - <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-parent from 81 to 83 #668.</action> </release> <release version="1.13.1" date="2025-04-07" description="Release 1.13.1. Requires Java 8 or above."> <!-- FIX -->