mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
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 <mail@holger-friedrich.de>
This commit is contained in:
+1
-1
@@ -207,7 +207,7 @@
|
||||
<dependency>
|
||||
<groupId>org.jmdns</groupId>
|
||||
<artifactId>jmdns</artifactId>
|
||||
<version>3.5.12</version>
|
||||
<version>3.6.1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
+1
-1
@@ -478,7 +478,7 @@
|
||||
<dependency>
|
||||
<groupId>org.jmdns</groupId>
|
||||
<artifactId>jmdns</artifactId>
|
||||
<version>3.5.12</version>
|
||||
<version>3.6.1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
@@ -185,8 +185,8 @@
|
||||
</feature>
|
||||
|
||||
<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.12</capability>
|
||||
<bundle>mvn:org.jmdns/jmdns/3.5.12</bundle>
|
||||
<capability>openhab.tp;feature=jmdns;version=3.6.1</capability>
|
||||
<bundle>mvn:org.jmdns/jmdns/3.6.1</bundle>
|
||||
</feature>
|
||||
|
||||
<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.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)',\
|
||||
|
||||
Reference in New Issue
Block a user