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/11 16:41:43 UTC

[camel] branch camel-2.22.x updated: Upgrade mqtt client

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

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


The following commit(s) were added to refs/heads/camel-2.22.x by this push:
     new eadebf8  Upgrade mqtt client
eadebf8 is described below

commit eadebf83751ede006534b237436154bc53a454b7
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Mar 11 17:39:52 2019 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index a0e5963..dc78c46 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -507,7 +507,7 @@
     <mockito-version>2.19.0</mockito-version>
     <mongo-java-driver-version>3.8.0</mongo-java-driver-version>
     <mongo-hadoop-version>1.5.0</mongo-hadoop-version>
-    <mqtt-client-version>1.14</mqtt-client-version>
+    <mqtt-client-version>1.15</mqtt-client-version>
     <msv-version>2013.6.1</msv-version>
     <mustache-java-version>0.9.5</mustache-java-version>
     <mustache-guava-version>16.0</mustache-guava-version>