Upgrade jmdns to 3.6.2 (#5002)

Upgrades jmdns from 3.6.1 to 3.6.2.
Changelogs:
https://github.com/jmdns/jmdns/releases/tag/v3.6.2

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2025-09-01 18:29:30 +02:00
committed by GitHub
parent c787ce953a
commit 25adeb1e4d
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -207,7 +207,7 @@
<dependency> <dependency>
<groupId>org.jmdns</groupId> <groupId>org.jmdns</groupId>
<artifactId>jmdns</artifactId> <artifactId>jmdns</artifactId>
<version>3.6.1</version> <version>3.6.2</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
+1 -1
View File
@@ -478,7 +478,7 @@
<dependency> <dependency>
<groupId>org.jmdns</groupId> <groupId>org.jmdns</groupId>
<artifactId>jmdns</artifactId> <artifactId>jmdns</artifactId>
<version>3.6.1</version> <version>3.6.2</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
@@ -188,8 +188,8 @@
</feature> </feature>
<feature name="openhab.tp-jmdns" description="An implementation of multi-cast DNS in Java." version="${project.version}"> <feature name="openhab.tp-jmdns" description="An implementation of multi-cast DNS in Java." version="${project.version}">
<capability>openhab.tp;feature=jmdns;version=3.6.1</capability> <capability>openhab.tp;feature=jmdns;version=3.6.2</capability>
<bundle>mvn:org.jmdns/jmdns/3.6.1</bundle> <bundle>mvn:org.jmdns/jmdns/3.6.2</bundle>
</feature> </feature>
<feature name="openhab.tp-jose4j" description="jose4j JWT library" version="${project.version}"> <feature name="openhab.tp-jose4j" description="jose4j JWT library" version="${project.version}">
@@ -19,7 +19,7 @@ Fragment-Host: org.openhab.core.config.discovery.mdns
si-units;version='[2.2.3,2.2.4)',\ si-units;version='[2.2.3,2.2.4)',\
si-quantity;version='[2.2.3,2.2.4)',\ si-quantity;version='[2.2.3,2.2.4)',\
org.osgi.util.function;version='[1.2.0,1.2.1)',\ org.osgi.util.function;version='[1.2.0,1.2.1)',\
javax.jmdns;version='[3.6.1,3.6.2)',\ javax.jmdns;version='[3.6.2,3.6.3)',\
org.apache.felix.configadmin;version='[1.9.26,1.9.27)',\ 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.apache.felix.http.servlet-api;version='[1.2.0,1.2.1)',\
org.osgi.service.component;version='[1.5.1,1.5.2)',\ org.osgi.service.component;version='[1.5.1,1.5.2)',\