You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by sm...@apache.org on 2022/12/07 07:47:31 UTC

[knox] branch master updated: Bump commons-net from 3.7.2 to 3.9.0 (#698)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 096def731 Bump commons-net from 3.7.2 to 3.9.0 (#698)
096def731 is described below

commit 096def73176ed40e73e69bce627975cf686eed7c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Dec 7 08:47:27 2022 +0100

    Bump commons-net from 3.7.2 to 3.9.0 (#698)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b09114daa..6030d836d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,7 +185,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.7.2</commons-net.version>
+        <commons-net.version>3.9.0</commons-net.version>
         <commons-text.version>1.9</commons-text.version>
         <cors-filter.version>2.9.1</cors-filter.version>
         <cryptacular.version>1.2.4</cryptacular.version>