You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/09/18 10:39:05 UTC

[camel] branch master updated: Upgrade Mqtt client to version 1.16

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

acosentino 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 f0224e0  Upgrade Mqtt client to version 1.16
f0224e0 is described below

commit f0224e0a69dc6a53cf68a6df78ccc1a4cc2fe5f6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 18 12:38:39 2019 +0200

    Upgrade Mqtt client to version 1.16
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 35f2210..e32d8f7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -464,7 +464,7 @@
         <mockito-version>2.28.2</mockito-version>
         <mongo-java-driver-version>3.11.0</mongo-java-driver-version>
         <mongo-hadoop-version>1.5.0</mongo-hadoop-version>
-        <mqtt-client-version>1.15</mqtt-client-version>
+        <mqtt-client-version>1.16</mqtt-client-version>
         <msv-version>2013.6.1</msv-version>
         <mustache-java-version>0.9.6</mustache-java-version>
         <mustache-guava-version>20.0</mustache-guava-version>