You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2020/10/15 09:57:48 UTC

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

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

ppalaga 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 85de6a6  Upgrade Quarkus Qpid JMS to 0.19.0
85de6a6 is described below

commit 85de6a64720a623e65fdb86d1402eb823b807cd6
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Oct 15 09:29:18 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index d82676c..19db001 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@
         <okhttp.version>3.14.6</okhttp.version><!-- keep in sync with okio -->
         <okio.version>1.17.2</okio.version><!-- keep in sync with okhttp -->
         <quarkus.version>1.9.0.Final</quarkus.version>
-        <quarkus-qpid-jms.version>0.18.0</quarkus-qpid-jms.version>
+        <quarkus-qpid-jms.version>0.19.0</quarkus-qpid-jms.version>
         <protobuf.version>3.11.1</protobuf.version>
         <retrofit.version>2.5.0</retrofit.version>
         <smallrye.reactive.messaging.camel.version>2.4.0</smallrye.reactive.messaging.camel.version>