This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit db0407cda6542d32c1f6d5a5cddf3fddeeaf4afd Author: mr1716 <[email protected]> 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 <[email protected]> --- 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 eecfc889e1..b485c61135 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>
