You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2021/03/18 13:18:40 UTC

[activemq] branch activemq-5.16.x updated: [AMQ-8172] Upgrade to commons-net 3.8.0

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch activemq-5.16.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-5.16.x by this push:
     new 0df49f8  [AMQ-8172] Upgrade to commons-net 3.8.0
0df49f8 is described below

commit 0df49f825012e30be633bf462b34080b7a67847d
Author: jbonofre <jb...@apache.org>
AuthorDate: Thu Mar 18 10:56:50 2021 +0100

    [AMQ-8172] Upgrade to commons-net 3.8.0
    
    (cherry picked from commit 0a314bc070bf6e2ec72d1a74eed47dadee17206c)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d0d0193..9742ed5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
     <commons-logging-version>1.2</commons-logging-version>
     <commons-pool2-version>2.9.0</commons-pool2-version>
     <commons-primitives-version>1.0</commons-primitives-version>
-    <commons-net-version>3.7.2</commons-net-version>
+    <commons-net-version>3.8.0</commons-net-version>
     <directory-version>2.0.0.AM25</directory-version>
     <ecj.version>3.17.0</ecj.version>
     <ftpserver-version>1.1.1</ftpserver-version>