This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-extras.git
The following commit(s) were added to refs/heads/develop by this push:
new 4db52c4 chore(deps): bump com.hivemq:hivemq-mqtt-client from 1.3.6 to
1.3.7 (#388)
4db52c4 is described below
commit 4db52c4076bb7398ac0b43fae2e167b1dd7ffd17
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 13 09:19:17 2025 +0200
chore(deps): bump com.hivemq:hivemq-mqtt-client from 1.3.6 to 1.3.7 (#388)
Bumps
[com.hivemq:hivemq-mqtt-client](https://github.com/hivemq/hivemq-mqtt-client)
from 1.3.6 to 1.3.7.
- [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.6...v1.3.7)
---
updated-dependencies:
- dependency-name: com.hivemq:hivemq-mqtt-client
dependency-version: 1.3.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
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 05454db..1867220 100644
--- a/plc4j/examples/hello-connectivity-mqtt/pom.xml
+++ b/plc4j/examples/hello-connectivity-mqtt/pom.xml
@@ -46,7 +46,7 @@
<dependency>
<groupId>com.hivemq</groupId>
<artifactId>hivemq-mqtt-client</artifactId>
- <version>1.3.6</version>
+ <version>1.3.7</version>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>