This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/master by this push:
new 5e80a5c ARTEMIS-2600 Update mqtt-client version to 1.16
new 02cc2b5 This closes #2945
5e80a5c is described below
commit 5e80a5c73800b8b2967b51fd16ccd535111f7142
Author: brusdev <[email protected]>
AuthorDate: Fri Jan 17 09:41:49 2020 +0100
ARTEMIS-2600 Update mqtt-client version to 1.16
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b13a5d7..6ed9787 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,7 +83,7 @@
<apache.derby.version>10.11.1.1</apache.derby.version>
<commons.beanutils.version>1.9.4</commons.beanutils.version>
<commons.collections.version>3.2.2</commons.collections.version>
- <fuse.mqtt.client.version>1.14</fuse.mqtt.client.version>
+ <fuse.mqtt.client.version>1.16</fuse.mqtt.client.version>
<guava.version>24.1.1-jre</guava.version>
<jboss.logging.version>3.4.0.Final</jboss.logging.version>
<jetty.version>9.4.3.v20170317</jetty.version>