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-vfs.git
The following commit(s) were added to refs/heads/master by this push: new 2943dd167 Bump org.apache.commons:commons-collections4 from 4.5.0-M3 to 4.5.0 2943dd167 is described below commit 2943dd16799d9185620cade87316beb722b5e35b Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Tue Apr 22 15:37:31 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 1f591d17e..ab7ed7354 100644 --- a/pom.xml +++ b/pom.xml @@ -106,7 +106,7 @@ <jackrabbit2.version>2.20.16</jackrabbit2.version> <slf4j.version>2.0.17</slf4j.version> <log4j2.version>2.24.3</log4j2.version> - <collections4.version>4.5.0-M3</collections4.version> + <collections4.version>4.5.0</collections4.version> <jsch.version>0.1.55</jsch.version> <httpclient3.version>3.1</httpclient3.version> <ant.version>1.10.15</ant.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2f4e53f4f..fec08f751 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -64,6 +64,7 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">Bump org.slf4j:slf4j-simple from 2.0.16 to 2.0.17 #671.</action> <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">Bump org.apache.httpcomponents.core5:httpcore5 from 5.3.3 to 5.3.4 #673.</action> <action dev="ggregory" type="update" 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="Gary Gregory">Bump org.apache.commons:commons-collections4 from 4.5.0-M3 to 4.5.0.</action> </release> <release version="2.10.0" date="2025-02-01" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->