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/11/24 08:23:21 UTC

[camel] branch master updated (82d44a4 -> e4f3100)

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

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


    from 82d44a4  Set the FTPClient default socket timeout to allow it to set a socket timeout before starting the implicit TLS handshake which can currently hang permanently.
     new 5ad1c69  Upgrade DNSJava to version 3.3.1
     new e4f3100  Sync deps

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[camel] 01/02: Upgrade DNSJava to version 3.3.1

Posted by ac...@apache.org.
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 5ad1c69d89987a2983aa1f8544f30724d0332e2a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 24 08:58:09 2020 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index c3a7563..6074a1f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -150,7 +150,7 @@
         <digitalocean-api-client-version>2.17</digitalocean-api-client-version>
         <directory-watcher-version>0.10.1</directory-watcher-version>
         <disruptor-version>3.4.2</disruptor-version>
-        <dnsjava-version>3.2.2</dnsjava-version>
+        <dnsjava-version>3.3.1</dnsjava-version>
         <djl-version>0.8.0</djl-version>
         <djl-mxnet-native-version>1.7.0-backport</djl-mxnet-native-version>
         <djl-pytorch-native-version>1.6.0</djl-pytorch-native-version>


[camel] 02/02: Sync deps

Posted by ac...@apache.org.
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 e4f3100887ea991fdba1a4823f8d3c05ada9ad2a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 24 09:00:05 2020 +0100

    Sync deps
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 58675b6..8f3e49b 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -175,7 +175,7 @@
     <djl-pytorch-native-version>1.6.0</djl-pytorch-native-version>
     <djl-tensorflow-native-version>2.3.0</djl-tensorflow-native-version>
     <djl-version>0.8.0</djl-version>
-    <dnsjava-version>3.2.2</dnsjava-version>
+    <dnsjava-version>3.3.1</dnsjava-version>
     <docker-java-version>3.2.5</docker-java-version>
     <dozer-version>6.5.0</dozer-version>
     <drools-version>7.46.0.Final</drools-version>