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

exceptionfactory pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit fd301df432affdc41c095231286ada892c3bf510
Author: mr1716 <msr1...@rit.edu>
AuthorDate: Fri Oct 6 09:47:16 2023 -0400

    NIFI-12181 Upgraded HiveMQ MQTT Client from 1.3.1 to 1.3.3
    
    This closes #7846
    
    Signed-off-by: David Handermann <exceptionfact...@apache.org>
    (cherry picked from commit db0407cda6542d32c1f6d5a5cddf3fddeeaf4afd)
---
 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 56a9119dc3..8b1ff0f6fd 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
@@ -63,7 +63,7 @@
         <dependency>
             <groupId>com.hivemq</groupId>
             <artifactId>hivemq-mqtt-client</artifactId>
-            <version>1.3.1</version>
+            <version>1.3.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>

Reply via email to