Upgrade to JmDNS 3.5.12 (#4337)

Also-by: Holger Friedrich <mail@holger-friedrich.de>
Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
Kai Kreuzer 2024-09-07 09:21:00 +02:00 committed by GitHub
parent 5cf91cde1b
commit b3f710372d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -195,7 +195,7 @@
<dependency> <dependency>
<groupId>org.jmdns</groupId> <groupId>org.jmdns</groupId>
<artifactId>jmdns</artifactId> <artifactId>jmdns</artifactId>
<version>3.5.9</version> <version>3.5.12</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>

View File

@ -467,7 +467,7 @@
<dependency> <dependency>
<groupId>org.jmdns</groupId> <groupId>org.jmdns</groupId>
<artifactId>jmdns</artifactId> <artifactId>jmdns</artifactId>
<version>3.5.9</version> <version>3.5.12</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>

View File

@ -183,8 +183,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.5.9</capability> <capability>openhab.tp;feature=jmdns;version=3.5.12</capability>
<bundle>mvn:org.jmdns/jmdns/3.5.9</bundle> <bundle>mvn:org.jmdns/jmdns/3.5.12</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}">

View File

@ -19,7 +19,7 @@ Fragment-Host: org.openhab.core.config.discovery.mdns
si-units;version='[2.1.0,2.1.1)',\ si-units;version='[2.1.0,2.1.1)',\
si.uom.si-quantity;version='[2.1.0,2.1.1)',\ si.uom.si-quantity;version='[2.1.0,2.1.1)',\
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.5.9,3.5.10)',\ javax.jmdns;version='[3.5.12,3.5.13)',\
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)',\