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 2019/11/28 12:41:40 UTC

[camel] branch master updated: Upgrade ActiveMQ to version 5.15.11

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

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


The following commit(s) were added to refs/heads/master by this push:
     new cb7ffd6  Upgrade ActiveMQ to version 5.15.11
cb7ffd6 is described below

commit cb7ffd65b5b62d91ecaab557d641131a77bcaaaa
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 28 13:34:14 2019 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 5283902..b5efc6f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -42,7 +42,7 @@
         <!-- dependency versions -->
         <abdera-version>1.1.3</abdera-version>
         <!-- Note that activemq dependency is only used for testing! -->
-        <activemq-version>5.15.10</activemq-version>
+        <activemq-version>5.15.11</activemq-version>
         <activemq-artemis-version>2.10.1</activemq-artemis-version>
         <aether-version>1.0.2.v20150114</aether-version>
         <ahc-version>2.10.4</ahc-version>