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 2019/03/26 16:58:57 UTC

[camel] branch master updated: Upgrade ActiveMQ

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

davsclaus 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 48ffc8f  Upgrade ActiveMQ
48ffc8f is described below

commit 48ffc8fc9981f870e9e295d7c20e5dfbaf911c8c
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Mar 26 17:58:46 2019 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 17253ba..20095c7 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.8</activemq-version>
+        <activemq-version>5.15.9</activemq-version>
         <activemq-artemis-version>2.7.0</activemq-artemis-version>
         <aether-version>1.0.2.v20150114</aether-version>
         <ahc-version>2.8.1</ahc-version>