NIFI-12181 Upgraded HiveMQ MQTT Client from 1.3.1 to 1.3.3

This closes #7846

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
mr1716 2023-10-06 09:47:16 -04:00 committed by exceptionfactory
parent cb3b7907e0
commit db0407cda6
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 1 additions and 1 deletions

View File

@ -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>