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:01:42 UTC

[activemq] branch main 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 main
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/main by this push:
     new 8f5580a33 [AMQ-8997] Upgrade to paho 1.2.5
     new e66485df5 Merge pull request #864 from jbonofre/AMQ-8997
8f5580a33 is described below

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

    [AMQ-8997] Upgrade to paho 1.2.5
---
 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 4ee7a01f3..130830867 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>