You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2020/03/02 17:32:00 UTC

[activemq] branch activemq-5.15.x updated: [AMQ-7432] Upgrade to mqtt-client 1.16

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

jbonofre pushed a commit to branch activemq-5.15.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-5.15.x by this push:
     new 84b2c4f  [AMQ-7432] Upgrade to mqtt-client 1.16
84b2c4f is described below

commit 84b2c4fed5322008d039e24c1756c78a7558714d
Author: jbonofre <jb...@apache.org>
AuthorDate: Mon Mar 2 17:52:01 2020 +0100

    [AMQ-7432] Upgrade to mqtt-client 1.16
    
    (cherry picked from commit 0b0ab2a03a60b28c57145ccb17c79da50b9d17d7)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bc32b2f..23b14ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,7 @@
     <mockito-version>1.10.19</mockito-version>
     <owasp-dependency-check-version>5.2.4</owasp-dependency-check-version>
     <powermock-version>1.6.5</powermock-version>
-    <mqtt-client-version>1.15</mqtt-client-version>
+    <mqtt-client-version>1.16</mqtt-client-version>
     <openjpa-version>1.2.0</openjpa-version>
     <org-apache-derby-version>10.14.2.0</org-apache-derby-version>
     <osgi-version>6.0.0</osgi-version>