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:08:15 UTC

[activemq] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/master by this push:
     new 0a314bc  [AMQ-8172] Upgrade to commons-net 3.8.0
     new 8ec6308  Merge pull request #627 from jbonofre/AMQ-8172
0a314bc is described below

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

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

diff --git a/pom.xml b/pom.xml
index 705d829..dc2c7c5 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>