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/12/06 13:27:03 UTC

[camel] branch main updated (a2ebc91b76a -> 796542e0a07)

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 a2ebc91b76a CAMEL-18743 - camel-jbang - Command to see only if everything is okay or there has been a failure
     new d35e7f35974 Upgrade ActiveMQ to version 5.17.3
     new 796542e0a07 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 796542e0a07f90459561dd42ac584fb10a04cde1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 6 14:25:58 2022 +0100

    Sync deps
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 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 eba70caf6d7..bb91cf5c821 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -35,7 +35,7 @@
   <properties>
     <abdera-version>1.1.3</abdera-version>
     <activemq-artemis-version>2.27.0</activemq-artemis-version>
-    <activemq-version>5.17.2</activemq-version>
+    <activemq-version>5.17.3</activemq-version>
     <apache-any23-version>2.7</apache-any23-version>
     <apache-drill-version>1.19.0</apache-drill-version>
     <apache-gora-version>0.9</apache-gora-version>


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

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 d35e7f359745a7b1d40bc6ec48a43784b874d81b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 6 14:01:47 2022 +0100

    Upgrade ActiveMQ to version 5.17.3
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 25d4437b3c2..1e7fee83e0b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -50,7 +50,7 @@
         <!-- dependency versions -->
         <abdera-version>1.1.3</abdera-version>
         <!-- Note that activemq dependency is only used for testing! -->
-        <activemq-version>5.17.2</activemq-version>
+        <activemq-version>5.17.3</activemq-version>
         <activemq-artemis-version>2.27.0</activemq-artemis-version>
         <apacheds-version>2.0.0.AM26</apacheds-version>
         <apache-any23-version>2.7</apache-any23-version>