From c82f8fcec29550ad6f6799996e4d7f76e41651d1 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Tue, 3 Oct 2023 13:20:52 +0200 Subject: [PATCH] Upgrade hivemq-mqtt-client to 1.3.3, Netty to 4.1.99.Final (#3824) Upgrades: * hivemq-mqtt-client from 1.2.2 to 1.3.3 * Netty from 4.1.92.Final to 4.1.99.Final For all fixes and improvements of these upgrades, see: * https://github.com/hivemq/hivemq-mqtt-client/releases/ * https://netty.io/news/index.html Signed-off-by: Wouter Born --- bom/compile/pom.xml | 2 +- bom/runtime/pom.xml | 2 +- .../openhab-tp/src/main/feature/feature.xml | 44 +++++++++---------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/bom/compile/pom.xml b/bom/compile/pom.xml index bdf45233ffd..856dd33e40d 100644 --- a/bom/compile/pom.xml +++ b/bom/compile/pom.xml @@ -234,7 +234,7 @@ com.hivemq hivemq-mqtt-client - 1.2.2 + 1.3.3 compile diff --git a/bom/runtime/pom.xml b/bom/runtime/pom.xml index 622207f6db8..ecaadc6c99f 100644 --- a/bom/runtime/pom.xml +++ b/bom/runtime/pom.xml @@ -517,7 +517,7 @@ com.hivemq hivemq-mqtt-client - 1.2.2 + 1.3.3 compile diff --git a/features/karaf/openhab-tp/src/main/feature/feature.xml b/features/karaf/openhab-tp/src/main/feature/feature.xml index cdf424fc1e1..9dc68718e69 100644 --- a/features/karaf/openhab-tp/src/main/feature/feature.xml +++ b/features/karaf/openhab-tp/src/main/feature/feature.xml @@ -59,14 +59,14 @@ - openhab.tp;feature=hivemqclient;version=1.2.2 + openhab.tp;feature=hivemqclient;version=1.3.3 openhab.tp-netty mvn:org.jctools/jctools-core/2.1.2 - mvn:io.reactivex.rxjava2/rxjava/2.2.19 - mvn:org.reactivestreams/reactive-streams/1.0.3 + mvn:io.reactivex.rxjava2/rxjava/2.2.21 + mvn:org.reactivestreams/reactive-streams/1.0.4 mvn:org.openhab.osgiify/com.google.dagger/2.27 - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.javax-inject/1_2 - mvn:com.hivemq/hivemq-mqtt-client/1.2.2 + mvn:jakarta.inject/jakarta.inject-api/1.0.5 + mvn:com.hivemq/hivemq-mqtt-client/1.3.3 @@ -135,23 +135,23 @@ - openhab.tp;feature=netty;version=4.1.92.Final - mvn:io.netty/netty-buffer/4.1.92.Final - mvn:io.netty/netty-common/4.1.92.Final - mvn:io.netty/netty-codec/4.1.92.Final - mvn:io.netty/netty-codec-http/4.1.92.Final - mvn:io.netty/netty-codec-http2/4.1.92.Final - mvn:io.netty/netty-codec-mqtt/4.1.92.Final - mvn:io.netty/netty-codec-socks/4.1.92.Final - mvn:io.netty/netty-handler/4.1.92.Final - mvn:io.netty/netty-handler-proxy/4.1.92.Final - mvn:io.netty/netty-resolver/4.1.92.Final - mvn:io.netty/netty-transport/4.1.92.Final - mvn:io.netty/netty-transport-native-epoll/4.1.92.Final - mvn:io.netty/netty-transport-native-kqueue/4.1.92.Final - mvn:io.netty/netty-transport-native-unix-common/4.1.92.Final - mvn:io.netty/netty-transport-classes-epoll/4.1.92.Final - mvn:io.netty/netty-tcnative-classes/2.0.60.Final + openhab.tp;feature=netty;version=4.1.99.Final + mvn:io.netty/netty-buffer/4.1.99.Final + mvn:io.netty/netty-common/4.1.99.Final + mvn:io.netty/netty-codec/4.1.99.Final + mvn:io.netty/netty-codec-http/4.1.99.Final + mvn:io.netty/netty-codec-http2/4.1.99.Final + mvn:io.netty/netty-codec-mqtt/4.1.99.Final + mvn:io.netty/netty-codec-socks/4.1.99.Final + mvn:io.netty/netty-handler/4.1.99.Final + mvn:io.netty/netty-handler-proxy/4.1.99.Final + mvn:io.netty/netty-resolver/4.1.99.Final + mvn:io.netty/netty-transport/4.1.99.Final + mvn:io.netty/netty-transport-native-epoll/4.1.99.Final + mvn:io.netty/netty-transport-native-kqueue/4.1.99.Final + mvn:io.netty/netty-transport-native-unix-common/4.1.99.Final + mvn:io.netty/netty-transport-classes-epoll/4.1.99.Final + mvn:io.netty/netty-tcnative-classes/2.0.61.Final