Skip to content

Commit

Permalink
Upgrade to JmDNS 3.5.12 (#4337)
Browse files Browse the repository at this point in the history
Also-by: Holger Friedrich <[email protected]>
Signed-off-by: Kai Kreuzer <[email protected]>
  • Loading branch information
kaikreuzer authored Sep 7, 2024
1 parent 5cf91cd commit b3f7103
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bom/compile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
<dependency>
<groupId>org.jmdns</groupId>
<artifactId>jmdns</artifactId>
<version>3.5.9</version>
<version>3.5.12</version>
<scope>compile</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion bom/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@
<dependency>
<groupId>org.jmdns</groupId>
<artifactId>jmdns</artifactId>
<version>3.5.9</version>
<version>3.5.12</version>
<scope>compile</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions features/karaf/openhab-tp/src/main/feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,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.9</capability>
<bundle>mvn:org.jmdns/jmdns/3.5.9</bundle>
<capability>openhab.tp;feature=jmdns;version=3.5.12</capability>
<bundle>mvn:org.jmdns/jmdns/3.5.12</bundle>
</feature>

<feature name="openhab.tp-jose4j" description="jose4j JWT library" version="${project.version}">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Fragment-Host: org.openhab.core.config.discovery.mdns
si-units;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)',\
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.http.servlet-api;version='[1.2.0,1.2.1)',\
org.osgi.service.component;version='[1.5.1,1.5.2)',\
Expand Down

0 comments on commit b3f7103

Please sign in to comment.