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 63915f5 Update commons-net:commons-net 3.7.2-> 3.8.0. 63915f5 is described below commit 63915f56d658c0c37b59fc335e323cd4e30ba74d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Feb 19 13:59:23 2021 -0500 Update commons-net:commons-net 3.7.2-> 3.8.0. --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8608ada..0422b65 100644 --- a/pom.xml +++ b/pom.xml @@ -495,7 +495,7 @@ <dependency> <groupId>commons-net</groupId> <artifactId>commons-net</artifactId> - <version>3.7.2</version> + <version>3.8.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 16df538..0cca8d7 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -197,6 +197,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" due-to="Dependabot" type="update"> Bump actions/cache from v2 to v2.1.4 #159. </action> + <action dev="ggregory" due-to="Gary Gregory" type="update"> + Update commons-net:commons-net 3.7.2-> 3.8.0. + </action> </release> <release version="2.7.0" date="2020-10-26" description="Maintenance release. Requires Java 8."> <action issue="VFS-753" dev="ggregory" due-to="John Webb, Gary Gregory" type="fix">