Upgrade to JmDNS 3.5.9 (#4015)

For the changelog, see:

https://github.com/jmdns/jmdns/milestone/11?closed=1

Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
Kai Kreuzer 2024-01-05 00:07:41 +01:00 committed by GitHub
parent 7bac24e58f
commit c4802e3fb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.7</version> <version>3.5.9</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.8</version> <version>3.5.9</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>

View File

@ -179,8 +179,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.8</capability> <capability>openhab.tp;feature=jmdns;version=3.5.9</capability>
<bundle>mvn:org.jmdns/jmdns/3.5.8</bundle> <bundle>mvn:org.jmdns/jmdns/3.5.9</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.8,3.5.9)',\ javax.jmdns;version='[3.5.9,3.5.10)',\
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.0,1.5.1)',\ org.osgi.service.component;version='[1.5.0,1.5.1)',\