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/04/29 05:06:19 UTC

[camel] branch main updated (22e3979 -> 377a5b1)

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 22e3979  Upgrade AWS SDK v2 to version 2.16.50
     new b4f470e  Upgrade ActiveMQ to version 5.16.2
     new 377a5b1  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 377a5b17c2ab72ce59a5b1425ccb4ce4e330a252
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Apr 29 07:05:26 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 23ef4ff..8c46d1a 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -34,7 +34,7 @@
   <properties>
     <abdera-version>1.1.3</abdera-version>
     <activemq-artemis-version>2.17.0</activemq-artemis-version>
-    <activemq-version>5.16.1</activemq-version>
+    <activemq-version>5.16.2</activemq-version>
     <aether-version>1.0.2.v20150114</aether-version>
     <ahc-version>2.12.2</ahc-version>
     <android-annotations-version>4.1.1.4</android-annotations-version>

[camel] 01/02: Upgrade ActiveMQ to version 5.16.2

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 b4f470ef212cad0c2dd6f458f8e14ebaac200b17
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Apr 29 06:54:22 2021 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index d582b27..dc6a06a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -47,7 +47,7 @@
         <!-- dependency versions -->
         <abdera-version>1.1.3</abdera-version>
         <!-- Note that activemq dependency is only used for testing! -->
-        <activemq-version>5.16.1</activemq-version>
+        <activemq-version>5.16.2</activemq-version>
         <activemq-artemis-version>2.17.0</activemq-artemis-version>
         <aether-version>1.0.2.v20150114</aether-version>
         <ahc-version>2.12.2</ahc-version>