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

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


The following commit(s) were added to refs/heads/camel-3.x by this push:
     new dc5952a0446 CAMEL-20049: camel-activemq - Upgrade to latest releases
dc5952a0446 is described below

commit dc5952a0446b0b2eb88eda9240dcf2addba34950
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Oct 26 21:18:18 2023 +0200

    CAMEL-20049: camel-activemq - Upgrade to latest releases
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 3f65de21ffe..efa4ef61339 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -34,7 +34,7 @@
   <description>Camel Dependencies POM</description>
   <properties>
     <abdera-version>1.1.3</abdera-version>
-    <activemq-artemis-version>2.28.0</activemq-artemis-version>
+    <activemq-artemis-version>2.31.1</activemq-artemis-version>
     <activemq-version>5.17.6</activemq-version>
     <apache-any23-version>2.7</apache-any23-version>
     <apache-drill-version>1.21.1</apache-drill-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 23fb9a96053..a61aa9624ed 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -51,8 +51,7 @@
         <abdera-version>1.1.3</abdera-version>
         <!-- Note that activemq dependency is only used for testing! -->
         <activemq-version>5.17.6</activemq-version>
-        <!-- Artemis upgrade blocked by CAMEL-19561 -->
-        <activemq-artemis-version>2.28.0</activemq-artemis-version>
+        <activemq-artemis-version>2.31.1</activemq-artemis-version>
         <apacheds-version>2.0.0.AM26</apacheds-version>
         <apache-any23-version>2.7</apache-any23-version>
         <apache-drill-version>1.21.1</apache-drill-version>

Reply via email to