From 02804f8f8e3ba65055662d923f1f908e7202c79d Mon Sep 17 00:00:00 2001 From: Holger Friedrich Date: Sat, 30 Aug 2025 15:45:31 +0200 Subject: [PATCH] Upgrade jmdns to 3.6.1 (#4997) Upgrades jmdns from 3.5.12 to 3.6.1. Changelogs: https://github.com/jmdns/jmdns/releases/tag/3.6.0 https://github.com/jmdns/jmdns/releases/tag/3.6.1 Signed-off-by: Holger Friedrich --- bom/compile/pom.xml | 2 +- bom/runtime/pom.xml | 2 +- features/karaf/openhab-tp/src/main/feature/feature.xml | 4 ++-- .../org.openhab.core.config.discovery.mdns.tests/itest.bndrun | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bom/compile/pom.xml b/bom/compile/pom.xml index f515aa7d7..c30444fae 100644 --- a/bom/compile/pom.xml +++ b/bom/compile/pom.xml @@ -207,7 +207,7 @@ org.jmdns jmdns - 3.5.12 + 3.6.1 compile diff --git a/bom/runtime/pom.xml b/bom/runtime/pom.xml index 22880a285..2ef6b8aeb 100644 --- a/bom/runtime/pom.xml +++ b/bom/runtime/pom.xml @@ -478,7 +478,7 @@ org.jmdns jmdns - 3.5.12 + 3.6.1 compile diff --git a/features/karaf/openhab-tp/src/main/feature/feature.xml b/features/karaf/openhab-tp/src/main/feature/feature.xml index 77ba10a57..ea90057ee 100644 --- a/features/karaf/openhab-tp/src/main/feature/feature.xml +++ b/features/karaf/openhab-tp/src/main/feature/feature.xml @@ -185,8 +185,8 @@ - openhab.tp;feature=jmdns;version=3.5.12 - mvn:org.jmdns/jmdns/3.5.12 + openhab.tp;feature=jmdns;version=3.6.1 + mvn:org.jmdns/jmdns/3.6.1 diff --git a/itests/org.openhab.core.config.discovery.mdns.tests/itest.bndrun b/itests/org.openhab.core.config.discovery.mdns.tests/itest.bndrun index 50d73276e..18955f594 100644 --- a/itests/org.openhab.core.config.discovery.mdns.tests/itest.bndrun +++ b/itests/org.openhab.core.config.discovery.mdns.tests/itest.bndrun @@ -19,7 +19,7 @@ Fragment-Host: org.openhab.core.config.discovery.mdns si-units;version='[2.2.0,2.2.1)',\ si.uom.si-quantity;version='[2.2.0,2.2.1)',\ org.osgi.util.function;version='[1.2.0,1.2.1)',\ - javax.jmdns;version='[3.5.12,3.5.13)',\ + javax.jmdns;version='[3.6.1,3.6.2)',\ org.apache.felix.configadmin;version='[1.9.26,1.9.27)',\ org.apache.felix.http.servlet-api;version='[1.2.0,1.2.1)',\ org.osgi.service.component;version='[1.5.1,1.5.2)',\