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.23.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.23.x
in repository https://gitbox.apache.org/repos/asf/camel.git


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

commit 44cab7260ce871e00e261d8efd5f4d7827ec3caf
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 31086c0..e47d28f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -507,7 +507,7 @@
     <mockito-version>2.23.0</mockito-version>
     <mongo-java-driver-version>3.9.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>