You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/08/08 07:19:59 UTC

[camel] branch main updated: Upgrade to Apache Artemis 2.24.0

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 6d39788b74e Upgrade to Apache Artemis 2.24.0
6d39788b74e is described below

commit 6d39788b74e3491622c29f43786e991ced3eb208
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Aug 8 09:19:44 2022 +0200

    Upgrade to Apache Artemis 2.24.0
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 77f6b79baa7..3c0a80bbb46 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -33,7 +33,7 @@
   <description>Camel Dependencies POM</description>
   <properties>
     <abdera-version>1.1.3</abdera-version>
-    <activemq-artemis-version>2.23.1</activemq-artemis-version>
+    <activemq-artemis-version>2.24.0</activemq-artemis-version>
     <activemq-version>5.17.1</activemq-version>
     <ahc-version>2.12.3</ahc-version>
     <apache-any23-version>2.7</apache-any23-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index cb485e22245..70ac90fb84f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -51,7 +51,7 @@
         <abdera-version>1.1.3</abdera-version>
         <!-- Note that activemq dependency is only used for testing! -->
         <activemq-version>5.17.1</activemq-version>
-        <activemq-artemis-version>2.23.1</activemq-artemis-version>
+        <activemq-artemis-version>2.24.0</activemq-artemis-version>
         <ahc-version>2.12.3</ahc-version>
         <apacheds-version>2.0.0.AM26</apacheds-version>
         <apache-any23-version>2.7</apache-any23-version>