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 2021/05/26 16:54:45 UTC

[camel] branch main updated (6fa8425 -> 40684dc)

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 6fa8425  CAMEL-16465 - Camel-AWS: Add useDefaultCredentialProvider option to all the components - MSK Component
     new 0ba73e5  Upgrade QPid JMS to version 0.59.0
     new 40684dc  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 40684dcbd660a0b85610436c22ee465c3a394f81
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed May 26 18:53:54 2021 +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 0d19534..7abe3c7 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -468,7 +468,7 @@
     <pubnub-version>4.25.0</pubnub-version>
     <pulsar-version>2.7.2</pulsar-version>
     <qpid-broker-version>8.0.4</qpid-broker-version>
-    <qpid-jms-client-version>0.58.0</qpid-jms-client-version>
+    <qpid-jms-client-version>0.59.0</qpid-jms-client-version>
     <qpid-proton-j-version>0.33.8</qpid-proton-j-version>
     <quartz-version>2.3.2</quartz-version>
     <quickfixj-version>2.3.0</quickfixj-version>

[camel] 01/02: Upgrade QPid JMS to version 0.59.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 0ba73e54b021bff1631006e65bfaf8124a2aaa1b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed May 26 18:51:27 2021 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index cdbf38f..5bc7b63 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -455,7 +455,7 @@
         <pulsar-version>2.7.2</pulsar-version>
         <qpid-broker-version>8.0.4</qpid-broker-version>
         <qpid-proton-j-version>0.33.8</qpid-proton-j-version>
-        <qpid-jms-client-version>0.58.0</qpid-jms-client-version>
+        <qpid-jms-client-version>0.59.0</qpid-jms-client-version>
         <quartz-version>2.3.2</quartz-version>
         <quickfixj-version>2.3.0</quickfixj-version>
         <rabbitmq-amqp-client-version>5.12.0</rabbitmq-amqp-client-version>