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 eadea7096 Bump commons-io:commons-io from 2.18.0 to 2.19.0 eadea7096 is described below commit eadea70962e7536f81b53026730c7eadeb56e276 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Apr 11 21:23:47 2025 -0400 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 a93b51dbd..1f591d17e 100644 --- a/pom.xml +++ b/pom.xml @@ -526,7 +526,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.18.0</version> + <version>2.19.0</version> </dependency> <!-- Test HTTP with Apache HttpComponent Core --> <dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 59a2cbfa8..2f4e53f4f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -63,6 +63,7 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.1 to 5.4.3 #658, #667.</action> <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> </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 -->