mirror of https://github.com/apache/nifi.git
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:
parent
cb3b7907e0
commit
db0407cda6
|
@ -63,7 +63,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.hivemq</groupId>
|
<groupId>com.hivemq</groupId>
|
||||||
<artifactId>hivemq-mqtt-client</artifactId>
|
<artifactId>hivemq-mqtt-client</artifactId>
|
||||||
<version>1.3.1</version>
|
<version>1.3.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
|
|
Loading…
Reference in New Issue