Update runtime BOM for hivemq-mqtt-client upgrade (#2345)

Related to #2327
Fixes #2344

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2021-05-05 20:50:10 +02:00
committed by GitHub
parent a82d3effb7
commit 99a5f571c7
+2 -2
View File
@@ -459,13 +459,13 @@
<dependency>
<groupId>com.hivemq</groupId>
<artifactId>hivemq-mqtt-client</artifactId>
<version>1.1.2</version>
<version>1.2.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.openhab.osgiify</groupId>
<artifactId>com.google.dagger</artifactId>
<version>2.20</version>
<version>2.27</version>
<scope>compile</scope>
</dependency>