You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by pv...@apache.org on 2022/10/27 05:29:28 UTC

[nifi] branch main updated: NIFI-10695 Update org.eclipse.paho.client.mqttv3 to 1.2.5

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

pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new ef0793c8fc NIFI-10695 Update org.eclipse.paho.client.mqttv3 to 1.2.5
ef0793c8fc is described below

commit ef0793c8fc7ce01c34478650adc854b360f88381
Author: UcanInfosec <10...@users.noreply.github.com>
AuthorDate: Tue Oct 25 13:03:05 2022 -0400

    NIFI-10695 Update org.eclipse.paho.client.mqttv3 to 1.2.5
    
    Signed-off-by: Pierre Villard <pi...@gmail.com>
    
    This closes #6578.
---
 nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml b/nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml
index f12697292a..2a1e887f29 100644
--- a/nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/pom.xml
@@ -58,7 +58,7 @@
         <dependency>
             <groupId>org.eclipse.paho</groupId>
             <artifactId>org.eclipse.paho.client.mqttv3</artifactId>
-            <version>1.2.2</version>
+            <version>1.2.5</version>
         </dependency>
         <dependency>
             <groupId>com.hivemq</groupId>