You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2020/06/09 15:52:54 UTC

[karaf-decanter] branch master updated: [KARAF-6740] Upgrade to paho mqtt client 1.2.4

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


The following commit(s) were added to refs/heads/master by this push:
     new 589bf4a  [KARAF-6740] Upgrade to paho mqtt client 1.2.4
     new d832c5e  Merge pull request #182 from jbonofre/KARAF-6740
589bf4a is described below

commit 589bf4ac1181291a9d2b9027ea3d03f68a48dbc9
Author: jbonofre <jb...@apache.org>
AuthorDate: Tue Jun 9 16:08:02 2020 +0200

    [KARAF-6740] Upgrade to paho mqtt client 1.2.4
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4485782..b9b7644 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
         <kibana.version>3.1.1</kibana.version>
         <kibana4.version>4.1.2</kibana4.version>
         <kibana6.version>6.1.1</kibana6.version>
-        <paho.version>1.2.2</paho.version>
+        <paho.version>1.2.4</paho.version>
         <slf4j.version>1.7.7</slf4j.version>
     </properties>