You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2023/03/27 11:58:32 UTC

[camel] branch camel-3.18.x updated: Upgrade commons-net to 3.9.0 (#8894)

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

jamesnetherton pushed a commit to branch camel-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.18.x by this push:
     new c9b94333d15 Upgrade commons-net to 3.9.0 (#8894)
c9b94333d15 is described below

commit c9b94333d15b6cfd0140b3d5327453284067c41f
Author: Tom Cunningham <tc...@redhat.com>
AuthorDate: Tue Dec 13 13:03:35 2022 -0500

    Upgrade commons-net to 3.9.0 (#8894)
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 5e08ca6321c..fe0448c59c1 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -148,7 +148,7 @@
     <commons-lang3-version>3.12.0</commons-lang3-version>
     <commons-logging-version>1.2</commons-logging-version>
     <commons-math3-version>3.6.1</commons-math3-version>
-    <commons-net-version>3.8.0</commons-net-version>
+    <commons-net-version>3.9.0</commons-net-version>
     <commons-pool2-version>2.11.1</commons-pool2-version>
     <commons-text-version>1.10.0</commons-text-version>
     <commons-validator-version>1.7</commons-validator-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 80451eeb573..69a6b70df59 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -132,7 +132,7 @@
         <commons-lang3-version>3.12.0</commons-lang3-version>
         <commons-logging-version>1.2</commons-logging-version>
         <commons-math3-version>3.6.1</commons-math3-version>
-        <commons-net-version>3.8.0</commons-net-version>
+        <commons-net-version>3.9.0</commons-net-version>
         <commons-pool2-version>2.11.1</commons-pool2-version>
         <commons-text-version>1.10.0</commons-text-version>
         <commons-validator-version>1.7</commons-validator-version>