You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/10/05 05:16:25 UTC

[camel] 01/02: Upgrade Commons Net to version 3.7.1

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

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

commit 4a5609693fbc73c47ef8d91da2b2d4ef8e680c33
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 5 06:53:21 2020 +0200

    Upgrade Commons Net to version 3.7.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 222ff7b..31e5745 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -125,7 +125,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.1</commons-net-version>
         <commons-pool-version>1.6</commons-pool-version>
         <commons-pool2-version>2.9.0</commons-pool2-version>
         <commons-text-version>1.9</commons-text-version>