You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/12/02 02:25:06 UTC

[commons-vfs] branch master updated: Bump commons-net:commons-net from 3.8.0 to 3.9.0

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 47177ec1 Bump commons-net:commons-net from 3.8.0 to 3.9.0
47177ec1 is described below

commit 47177ec1698f1c4bc2ee5f647222cdd3bd165cfe
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 1 21:25:01 2022 -0500

    Bump commons-net:commons-net from 3.8.0 to 3.9.0
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 52aa57ad..21631136 100644
--- a/pom.xml
+++ b/pom.xml
@@ -537,7 +537,7 @@
       <dependency>
         <groupId>commons-net</groupId>
         <artifactId>commons-net</artifactId>
-        <version>3.8.0</version>
+        <version>3.9.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ec3635f8..57dc7647 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -247,6 +247,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" due-to="Dependabot" type="update">
         Bump commons-compress from 1.21 to 1.22 #329.
       </action>
+      <action dev="ggregory" due-to="Gary Gregory" type="update">
+        Bump commons-net:commons-net from 3.8.0 to 3.9.0.
+      </action>
     </release>
     <release version="2.9.0" date="2021-06-16" description="Maintenance release. Requires Java 8.">
       <!-- ADDS -->
@@ -564,7 +567,7 @@ The <action> type attribute can be add,update,fix,remove.
         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.
+        Bump commons-net:commons-net from 3.7.2 to 3.8.0.
       </action>
       <action dev="ggregory" due-to="Gary Gregory" type="update">
         Update junit 4.13.1 -> 4.13.2.