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 2023/04/20 09:43:09 UTC

[camel] branch camel-3.20.x updated: Upgrade to activemq 5.17.4

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

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


The following commit(s) were added to refs/heads/camel-3.20.x by this push:
     new b4c00c90fbc Upgrade to activemq 5.17.4
b4c00c90fbc is described below

commit b4c00c90fbc96d42a669a701d01d7a53337f104c
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Apr 20 11:42:21 2023 +0200

    Upgrade to activemq 5.17.4
---
 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 914507fb810..1311a770976 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.1</activemq-artemis-version>
-    <activemq-version>5.17.3</activemq-version>
+    <activemq-version>5.17.4</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>
diff --git a/parent/pom.xml b/parent/pom.xml
index 4ca58048ce6..c979c050dfa 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.3</activemq-version>
+        <activemq-version>5.17.4</activemq-version>
         <activemq-artemis-version>2.27.1</activemq-artemis-version>
         <apacheds-version>2.0.0.AM26</apacheds-version>
         <apache-any23-version>2.7</apache-any23-version>