From 4beb07af482368b769a257b5c83239d6ab66a42e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 06:54:43 +0000 Subject: [PATCH] build(deps): bump com.hivemq:hivemq-mqtt-client from 1.3.1 to 1.3.2 Bumps [com.hivemq:hivemq-mqtt-client](https://github.com/hivemq/hivemq-mqtt-client) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/hivemq/hivemq-mqtt-client/releases) - [Changelog](https://github.com/hivemq/hivemq-mqtt-client/blob/master/RELEASE.md) - [Commits](https://github.com/hivemq/hivemq-mqtt-client/compare/v1.3.1...v1.3.2) --- updated-dependencies: - dependency-name: com.hivemq:hivemq-mqtt-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- plc4j/examples/hello-connectivity-mqtt/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plc4j/examples/hello-connectivity-mqtt/pom.xml b/plc4j/examples/hello-connectivity-mqtt/pom.xml index 8784031a207..c960a272b0e 100644 --- a/plc4j/examples/hello-connectivity-mqtt/pom.xml +++ b/plc4j/examples/hello-connectivity-mqtt/pom.xml @@ -45,7 +45,7 @@ com.hivemq hivemq-mqtt-client - 1.3.1 + 1.3.2 io.reactivex.rxjava2