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 8efecb54 Bump commons-io from 2.13.0 to 2.14.0 8efecb54 is described below commit 8efecb54c237393a60b600b4671fec3613b919b6 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Sep 30 09:53:06 2023 -0400 Bump commons-io from 2.13.0 to 2.14.0 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 82bcb47e..cf64b3c3 100644 --- a/pom.xml +++ b/pom.xml @@ -614,7 +614,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.13.0</version> + <version>2.14.0</version> </dependency> <!-- Test HTTP with Apache HttpComponent Core --> <dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b4e54986..ae401edb 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -308,7 +308,7 @@ The <action> type attribute can be add,update,fix,remove. Bump httpclient from 4.5.13 to 4.5.14 #344. </action> <action type="update" dev="ggregory" due-to="Gary Gregory"> - Bump commons-io:commons-io from 2.11.0 to 2.13.0. + Bump commons-io:commons-io from 2.11.0 to 2.14.0. </action> <action type="update" dev="ggregory" due-to="Gary Gregory"> Bump commons-codec:commons-codec from 1.15 to 1.16.0.