You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2020/09/10 18:28:30 UTC

[knox] 03/08: KNOX-2444 - Upgrade commons-net to 3.7

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

krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git

commit 03533899b4345f318a915df39f58e9afa38ab2cb
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Thu Sep 10 13:57:42 2020 -0400

    KNOX-2444 - Upgrade commons-net to 3.7
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a5e91ee..f2a12fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@
         <commons-lang3.version>3.11</commons-lang3.version>
         <commons-logging.version>1.2</commons-logging.version>
         <commons-math3.version>3.6.1</commons-math3.version>
-        <commons-net.version>3.6</commons-net.version>
+        <commons-net.version>3.7</commons-net.version>
         <commons-text.version>1.9</commons-text.version>
         <cors-filter.version>2.9</cors-filter.version>
         <cryptacular.version>1.2.4</cryptacular.version>