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-configuration.git
The following commit(s) were added to refs/heads/master by this push: new 8db0947 [CONFIGURATION-740] Update Apache Commons VFS from 2.2 to 2.3. 8db0947 is described below commit 8db09477b55c8c2f099fbc003c7b75f7cb00305f Author: Gary Gregory <ggreg...@rocketsoftware.com> AuthorDate: Thu Feb 28 11:00:29 2019 -0500 [CONFIGURATION-740] Update Apache Commons VFS from 2.2 to 2.3. --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6f5e953..d628602 100644 --- a/pom.xml +++ b/pom.xml @@ -335,7 +335,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2</artifactId> - <version>2.2</version> + <version>2.3</version> <optional>true</optional> </dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4169387..e20769c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -36,6 +36,9 @@ <action dev="ggregory" type="update" issue="CONFIGURATION-739" due-to="Gary Gregory"> Update Apache Commons Codec from 1.11 to 1.12. </action> + <action dev="ggregory" type="update" issue="CONFIGURATION-740" due-to="Gary Gregory"> + Update Apache Commons VFS from 2.2 to 2.3. + </action> </release> <release version="2.4" date="2018-10-23" description="Minor release with new features and updated dependencies.">