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 2022/07/30 05:02:36 UTC

[activemq] branch activemq-5.17.x updated: [AMQ-8997] Upgrade to paho 1.2.5

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

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


The following commit(s) were added to refs/heads/activemq-5.17.x by this push:
     new f80e65df9 [AMQ-8997] Upgrade to paho 1.2.5
f80e65df9 is described below

commit f80e65df99ceedb52f86b823863f5a94747715be
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Fri Jul 29 10:23:05 2022 +0200

    [AMQ-8997] Upgrade to paho 1.2.5
    
    (cherry picked from commit 8f5580a338c2417a83afacaccaed16d229d629ca)
---
 activemq-mqtt/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/activemq-mqtt/pom.xml b/activemq-mqtt/pom.xml
index b2c99d144..8bfa19b45 100644
--- a/activemq-mqtt/pom.xml
+++ b/activemq-mqtt/pom.xml
@@ -144,7 +144,7 @@
     <dependency>
       <groupId>org.eclipse.paho</groupId>
       <artifactId>org.eclipse.paho.client.mqttv3</artifactId>
-      <version>1.2.1</version>
+      <version>1.2.5</version>
       <scope>test</scope>
     </dependency>
     <dependency>