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 2022/08/02 12:05:58 UTC

[camel] branch main updated (fcb501324fb -> 0341d5e7f4a)

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

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


    from fcb501324fb CAMEL-18333: camel-kafka: add better error message to the health-check
     new fe4ee27464d Upgrade Directory Watcher to version 0.16.0
     new 0341d5e7f4a 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] 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 main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 0341d5e7f4a0c19b72e4edd7c092da39b166628d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 2 14:05:05 2022 +0200

    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 543b84d5b3b..542160203de 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -171,7 +171,7 @@
     <depends-maven-plugin-version>1.4.0</depends-maven-plugin-version>
     <derby-version>10.14.2.0</derby-version>
     <digitalocean-api-client-version>2.17</digitalocean-api-client-version>
-    <directory-watcher-version>0.15.1</directory-watcher-version>
+    <directory-watcher-version>0.16.0</directory-watcher-version>
     <disruptor-version>3.4.4</disruptor-version>
     <djl-mxnet-native-version>1.8.0</djl-mxnet-native-version>
     <djl-pytorch-native-version>1.8.1</djl-pytorch-native-version>


[camel] 01/02: Upgrade Directory Watcher to version 0.16.0

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit fe4ee27464d92fe2fbf47eebd37bfdb1df081f0d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 2 13:55:13 2022 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 0c56c4f3e0b..20dafd8251a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -151,7 +151,7 @@
         <depends-maven-plugin-version>1.4.0</depends-maven-plugin-version>
         <derby-version>10.14.2.0</derby-version>
         <digitalocean-api-client-version>2.17</digitalocean-api-client-version>
-        <directory-watcher-version>0.15.1</directory-watcher-version>
+        <directory-watcher-version>0.16.0</directory-watcher-version>
         <disruptor-version>3.4.4</disruptor-version>
         <dnsjava-version>3.5.1</dnsjava-version>
         <djl-version>0.16.0</djl-version>