Skip to content

Commit b3f7103

Browse files
authored
Upgrade to JmDNS 3.5.12 (openhab#4337)
Also-by: Holger Friedrich <[email protected]> Signed-off-by: Kai Kreuzer <[email protected]>
1 parent 5cf91cd commit b3f7103

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

bom/compile/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
<dependency>
196196
<groupId>org.jmdns</groupId>
197197
<artifactId>jmdns</artifactId>
198-
<version>3.5.9</version>
198+
<version>3.5.12</version>
199199
<scope>compile</scope>
200200
</dependency>
201201

bom/runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@
467467
<dependency>
468468
<groupId>org.jmdns</groupId>
469469
<artifactId>jmdns</artifactId>
470-
<version>3.5.9</version>
470+
<version>3.5.12</version>
471471
<scope>compile</scope>
472472
</dependency>
473473

features/karaf/openhab-tp/src/main/feature/feature.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@
183183
</feature>
184184

185185
<feature name="openhab.tp-jmdns" description="An implementation of multi-cast DNS in Java." version="${project.version}">
186-
<capability>openhab.tp;feature=jmdns;version=3.5.9</capability>
187-
<bundle>mvn:org.jmdns/jmdns/3.5.9</bundle>
186+
<capability>openhab.tp;feature=jmdns;version=3.5.12</capability>
187+
<bundle>mvn:org.jmdns/jmdns/3.5.12</bundle>
188188
</feature>
189189

190190
<feature name="openhab.tp-jose4j" description="jose4j JWT library" version="${project.version}">

itests/org.openhab.core.config.discovery.mdns.tests/itest.bndrun

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Fragment-Host: org.openhab.core.config.discovery.mdns
1919
si-units;version='[2.1.0,2.1.1)',\
2020
si.uom.si-quantity;version='[2.1.0,2.1.1)',\
2121
org.osgi.util.function;version='[1.2.0,1.2.1)',\
22-
javax.jmdns;version='[3.5.9,3.5.10)',\
22+
javax.jmdns;version='[3.5.12,3.5.13)',\
2323
org.apache.felix.configadmin;version='[1.9.26,1.9.27)',\
2424
org.apache.felix.http.servlet-api;version='[1.2.0,1.2.1)',\
2525
org.osgi.service.component;version='[1.5.1,1.5.2)',\

0 commit comments

Comments
 (0)