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-collections.git
The following commit(s) were added to refs/heads/master by this push: new e76f13f41 [test] Bump commons-io:commons-io from 2.18.0 to 2.19.0 e76f13f41 is described below commit e76f13f41970ec1d8aa9922037368d1177b2f71f Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Apr 11 20:40:09 2025 -0400 [test] Bump commons-io:commons-io from 2.18.0 to 2.19.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 916420493..660289d76 100644 --- a/pom.xml +++ b/pom.xml @@ -63,7 +63,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.18.0</version> + <version>2.19.0</version> <scope>test</scope> </dependency> <dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ea2b7b873..513a21a4a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -34,6 +34,7 @@ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-codec:commons-codec from 1.17.1 to 1.18.0 #591.</action> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 78 to 81 #2296.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.jacoco.version from 0.8.13-SNAPSHOT to 0.13.0.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump commons-io:commons-io from 2.18.0 to 2.19.0.</action> </release> <release version="4.5.0-M3" date="2024-12-15" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->