mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Upgrade hivemq-mqtt-client to 1.3.9 (#5005)
* Upgrade hivemq-mqtt-client from 1.3.7 to 1.3.9, changelog: https://github.com/hivemq/hivemq-mqtt-client/releases/tag/v1.3.8 https://github.com/hivemq/hivemq-mqtt-client/releases/tag/v1.3.9 * Upgrade netty from 4.1.122 to 4.1.126, changelog: https://netty.io/news/2025/07/16/4-1-123-Final.html https://netty.io/news/2025/08/13/4-1-124-Final.html https://netty.io/news/2025/09/03/4-1-126-Final.html Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
+1
-1
@@ -251,7 +251,7 @@
|
||||
<dependency>
|
||||
<groupId>com.hivemq</groupId>
|
||||
<artifactId>hivemq-mqtt-client</artifactId>
|
||||
<version>1.3.7</version>
|
||||
<version>1.3.9</version>
|
||||
<scope>compile</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
|
||||
+2
-2
@@ -527,13 +527,13 @@
|
||||
<dependency>
|
||||
<groupId>com.hivemq</groupId>
|
||||
<artifactId>hivemq-mqtt-client</artifactId>
|
||||
<version>1.3.7</version>
|
||||
<version>1.3.9</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.openhab.osgiify</groupId>
|
||||
<artifactId>com.google.dagger</artifactId>
|
||||
<version>2.27</version>
|
||||
<version>2.42</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user