You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2020/03/31 16:32:50 UTC

[camel-quarkus] branch master updated: Upgrade Quarkus Qpid JMS to 0.13.1

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4188f4b  Upgrade Quarkus Qpid JMS to 0.13.1
4188f4b is described below

commit 4188f4befb8539852e2a4f90890404dc38f050ff
Author: James Netherton <ja...@gmail.com>
AuthorDate: Tue Mar 31 16:25:20 2020 +0100

    Upgrade Quarkus Qpid JMS to 0.13.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 85ae3c6..5fc8ab2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@
         <jetty.version>9.4.18.v20190429</jetty.version>
         <kotlin.version>1.3.61</kotlin.version>
         <quarkus.version>1.3.1.Final</quarkus.version>
-        <quarkus-qpid-jms.version>0.11.3</quarkus-qpid-jms.version>
+        <quarkus-qpid-jms.version>0.13.1</quarkus-qpid-jms.version>
         <protobuf.version>3.11.1</protobuf.version>
         <retrofit.version>2.5.0</retrofit.version>
         <!-- Keep spring.version aligned with the version used by Camel -->