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-release-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 4d185d9 Bump org.apache.commons:commons-collections4 from 4.5.0-M2 to 4.5.0-M3 4d185d9 is described below commit 4d185d929672b4f2bcaca45ab389c9bc357c9003 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Wed Dec 18 17:21:48 2024 -0500 Bump org.apache.commons:commons-collections4 from 4.5.0-M2 to 4.5.0-M3 --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2eaa2e6..6464a39 100644 --- a/pom.xml +++ b/pom.xml @@ -150,7 +150,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> - <version>4.5.0-M2</version> + <version>4.5.0-M3</version> </dependency> <dependency> <groupId>commons-io</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6c164d1..db8f4da 100755 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -27,6 +27,7 @@ <release version="1.8.4" date="YYYY-MM-DD" description="Version 1.8.4"> <!-- UPDATES --> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-build-plugin from 1.14.0 to 1.14.1 #341.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-collections4 from 4.5.0-M2 to 4.5.0-M3.</action> </release> <release version="1.8.3" date="2024-11-03" description="Version 1.8.3"> <!-- UPDATES -->