From 41cb074e553f7706524c17ab78828b607e7c24db Mon Sep 17 00:00:00 2001 From: Holger Friedrich Date: Sat, 9 May 2026 10:51:52 +0200 Subject: [PATCH] Upgrade hivemq-mqtt-client to 1.3.14 (#5554) * Upgrade hivemq-mqtt-client from 1.3.12 to 1.3.14, changelog: https://github.com/hivemq/hivemq-mqtt-client/releases/tag/v1.3.13 https://github.com/hivemq/hivemq-mqtt-client/releases/tag/v1.3.14 * Upgrade netty from 4.1.130 to 4.1.133, changelog: https://netty.io/news/2026/02/06/4-1-131-Final.html https://netty.io/news/2026/03/24/4-1-132-Final.html https://netty.io/news/2026/05/04/4-1-133-Final.html Signed-off-by: Holger Friedrich --- bom/compile/pom.xml | 2 +- bom/runtime/pom.xml | 2 +- .../openhab-tp/src/main/feature/feature.xml | 38 +++++++++---------- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/bom/compile/pom.xml b/bom/compile/pom.xml index 8cfd7c60c..7af442013 100644 --- a/bom/compile/pom.xml +++ b/bom/compile/pom.xml @@ -251,7 +251,7 @@ com.hivemq hivemq-mqtt-client - 1.3.12 + 1.3.14 compile diff --git a/bom/runtime/pom.xml b/bom/runtime/pom.xml index 791f130ae..5fb934b28 100644 --- a/bom/runtime/pom.xml +++ b/bom/runtime/pom.xml @@ -528,7 +528,7 @@ com.hivemq hivemq-mqtt-client - 1.3.12 + 1.3.14 compile diff --git a/features/karaf/openhab-tp/src/main/feature/feature.xml b/features/karaf/openhab-tp/src/main/feature/feature.xml index e13a586e2..dd810a231 100644 --- a/features/karaf/openhab-tp/src/main/feature/feature.xml +++ b/features/karaf/openhab-tp/src/main/feature/feature.xml @@ -64,14 +64,14 @@ - openhab.tp;feature=hivemqclient;version=1.3.12 + openhab.tp;feature=hivemqclient;version=1.3.14 openhab.tp-netty mvn:org.jctools/jctools-core/2.1.2 mvn:io.reactivex.rxjava2/rxjava/2.2.21 mvn:org.reactivestreams/reactive-streams/1.0.4 mvn:org.openhab.osgiify/com.google.dagger/2.42 mvn:jakarta.inject/jakarta.inject-api/1.0.5 - mvn:com.hivemq/hivemq-mqtt-client/1.3.12 + mvn:com.hivemq/hivemq-mqtt-client/1.3.14 @@ -143,23 +143,23 @@ - openhab.tp;feature=netty;version=4.1.130.Final - mvn:io.netty/netty-buffer/4.1.130.Final - mvn:io.netty/netty-common/4.1.130.Final - mvn:io.netty/netty-codec/4.1.130.Final - mvn:io.netty/netty-codec-http/4.1.130.Final - mvn:io.netty/netty-codec-http2/4.1.130.Final - mvn:io.netty/netty-codec-mqtt/4.1.130.Final - mvn:io.netty/netty-codec-socks/4.1.130.Final - mvn:io.netty/netty-handler/4.1.130.Final - mvn:io.netty/netty-handler-proxy/4.1.130.Final - mvn:io.netty/netty-resolver/4.1.130.Final - mvn:io.netty/netty-transport/4.1.130.Final - mvn:io.netty/netty-transport-native-epoll/4.1.130.Final - mvn:io.netty/netty-transport-native-kqueue/4.1.130.Final - mvn:io.netty/netty-transport-native-unix-common/4.1.130.Final - mvn:io.netty/netty-transport-classes-epoll/4.1.130.Final - mvn:io.netty/netty-tcnative-classes/2.0.70.Final + openhab.tp;feature=netty;version=4.1.133.Final + mvn:io.netty/netty-buffer/4.1.133.Final + mvn:io.netty/netty-common/4.1.133.Final + mvn:io.netty/netty-codec/4.1.133.Final + mvn:io.netty/netty-codec-http/4.1.133.Final + mvn:io.netty/netty-codec-http2/4.1.133.Final + mvn:io.netty/netty-codec-mqtt/4.1.133.Final + mvn:io.netty/netty-codec-socks/4.1.133.Final + mvn:io.netty/netty-handler/4.1.133.Final + mvn:io.netty/netty-handler-proxy/4.1.133.Final + mvn:io.netty/netty-resolver/4.1.133.Final + mvn:io.netty/netty-transport/4.1.133.Final + mvn:io.netty/netty-transport-native-epoll/4.1.133.Final + mvn:io.netty/netty-transport-native-kqueue/4.1.133.Final + mvn:io.netty/netty-transport-native-unix-common/4.1.133.Final + mvn:io.netty/netty-transport-classes-epoll/4.1.133.Final + mvn:io.netty/netty-tcnative-classes/2.0.77.Final