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 master updated: Upgrade mqtt client

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7ae28db  Upgrade mqtt client
7ae28db is described below

commit 7ae28db1223d5e6a5716fbae80070d0f9b5b14fd
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 b7f33d9..34b5b4e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -494,7 +494,7 @@
     <mockito-version>2.23.4</mockito-version>
     <mongo-java-driver-version>3.10.1</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>