Upgrade hivemq-mqtt-client to 1.3.8 (#4968)

Upgrade hivemq-mqtt-client from 1.3.7 to 1.3.8.
Changelog:

https://github.com/hivemq/hivemq-mqtt-client/releases/tag/v1.3.8

Upgrades transitive dependency Dagger from 2.27 to 2.42.

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2025-08-22 07:21:47 +02:00
committed by GitHub
parent c4360f3353
commit f23304e3d9
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -245,7 +245,7 @@
<dependency>
<groupId>com.hivemq</groupId>
<artifactId>hivemq-mqtt-client</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
<scope>compile</scope>
<exclusions>
<exclusion>
+1 -1
View File
@@ -527,7 +527,7 @@
<dependency>
<groupId>com.hivemq</groupId>
<artifactId>hivemq-mqtt-client</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
<scope>compile</scope>
</dependency>
<dependency>