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/09/21 06:50:26 UTC

[camel] branch master updated: Upgrade Activemq to version 5.15.6

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 e73bd8d  Upgrade Activemq to version 5.15.6
e73bd8d is described below

commit e73bd8d302233dde6501b5a07ebf97e0e382efb6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Sep 21 08:49:58 2018 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index bfaa248..5656081 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.5</activemq-version>
+    <activemq-version>5.15.6</activemq-version>
     <activemq-artemis-version>2.6.3</activemq-artemis-version>
     <aether-version>1.0.2.v20150114</aether-version>
     <ahc-version>2.5.3</ahc-version>