Upgrade hivemq-mqtt-client to 1.3.7 (#4958)

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

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

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

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2025-08-19 22:42:15 +02:00
committed by GitHub
parent bfbcce5449
commit acd186e892
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.5</version>
<version>1.3.7</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.5</version>
<version>1.3.7</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -61,14 +61,14 @@
</feature>
<feature name="openhab.tp-hivemqclient" description="MQTT Client" version="${project.version}">
<capability>openhab.tp;feature=hivemqclient;version=1.3.5</capability>
<capability>openhab.tp;feature=hivemqclient;version=1.3.7</capability>
<feature dependency="true">openhab.tp-netty</feature>
<bundle dependency="true">mvn:org.jctools/jctools-core/2.1.2</bundle>
<bundle dependency="true">mvn:io.reactivex.rxjava2/rxjava/2.2.21</bundle>
<bundle dependency="true">mvn:org.reactivestreams/reactive-streams/1.0.4</bundle>
<bundle dependency="true">mvn:org.openhab.osgiify/com.google.dagger/2.27</bundle>
<bundle dependency="true">mvn:jakarta.inject/jakarta.inject-api/1.0.5</bundle>
<bundle>mvn:com.hivemq/hivemq-mqtt-client/1.3.5</bundle>
<bundle>mvn:com.hivemq/hivemq-mqtt-client/1.3.7</bundle>
</feature>
<feature name="openhab.tp-httpclient" version="${project.version}">