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/10/14 03:25:03 UTC

[camel-quarkus] 02/03: Upgrade ActiveMQ

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

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

commit c7da9d27ad378fcc86408cd36ecfc5cc1791230a
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Oct 13 18:24:07 2019 +0200

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

diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 62ef191..d658c0c 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -41,7 +41,7 @@
          -->
         <native-image.docker-build>true</native-image.docker-build>
         <native-image.container-runtime>docker</native-image.container-runtime>
-        <activemq-version>5.15.9</activemq-version>
+        <activemq-version>5.15.10</activemq-version>
     </properties>
 
     <dependencyManagement>