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 8d44558 Bump org.apache.commons:commons-collections4 from 4.5.0-M3 to 4.5.0 8d44558 is described below commit 8d4455827307f320d19c296ef750b13faaba8052 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Tue Apr 22 15:28:56 2025 -0400 Bump org.apache.commons:commons-collections4 from 4.5.0-M3 to 4.5.0 --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4997080..1d63000 100644 --- a/pom.xml +++ b/pom.xml @@ -107,7 +107,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> - <version>4.5.0-M3</version> + <version>4.5.0</version> </dependency> <dependency> <groupId>commons-io</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ba07a1b..e5db307 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -35,6 +35,7 @@ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 79 to 81.</action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.codehaus.plexus:plexus-velocity from 2.2.0 to 2.2.1 #372.</action> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump commons-io:commons-io from 2.18.0 to 2.19.0.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-collections4 from 4.5.0-M3 to 4.5.0.</action> </release> <release version="1.9.0" date="2025-01-08" description="Version 1.9.0"> <!-- UPDATES -->