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 2018/10/29 09:34:22 UTC

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

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 0a0cd90  Upgrade ActiveMQ to version 5.15.7
0a0cd90 is described below

commit 0a0cd9066216a58f0b06e321724b6837c7f777bd
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 29 10:33:50 2018 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 18927cc..4e54b0c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -40,7 +40,7 @@
     <!-- dependency versions -->
     <abdera-version>1.1.3</abdera-version>
     <!-- Note that activemq dependency is only used for testing! -->
-    <activemq-version>5.15.6</activemq-version>
+    <activemq-version>5.15.7</activemq-version>
     <activemq-artemis-version>2.6.3</activemq-artemis-version>
     <aether-version>1.0.2.v20150114</aether-version>
     <ahc-version>2.5.4</ahc-version>