Upgrade JUPnP to 3.0.3 (#4565)

Upgrades JUPnP from 3.0.1 to 3.0.3.

For release notes, see:

* https://github.com/jupnp/jupnp/releases/tag/3.0.2
* https://github.com/jupnp/jupnp/releases/tag/3.0.3

Signed-off-by: Wouter Born <github@maindrain.net>
pull/4566/head
Wouter Born 2025-01-19 12:13:29 +01:00 committed by GitHub
parent 15eb5cccd3
commit 25cd39cd18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -203,7 +203,7 @@
<dependency>
<groupId>org.jupnp</groupId>
<artifactId>org.jupnp</artifactId>
<version>3.0.1</version>
<version>3.0.3</version>
<scope>compile</scope>
</dependency>

View File

@ -475,7 +475,7 @@
<dependency>
<groupId>org.jupnp</groupId>
<artifactId>org.jupnp</artifactId>
<version>3.0.1</version>
<version>3.0.3</version>
<scope>compile</scope>
</dependency>

View File

@ -200,11 +200,11 @@
</feature>
<feature name="openhab.tp-jupnp" description="UPnP/DLNA library for Java" version="${project.version}">
<capability>openhab.tp;feature=jupnp;version=3.0.1</capability>
<capability>openhab.tp;feature=jupnp;version=3.0.3</capability>
<feature dependency="true">http</feature>
<feature dependency="true">scr</feature>
<feature dependency="true">openhab.tp-httpclient</feature>
<bundle>mvn:org.jupnp/org.jupnp/3.0.1</bundle>
<bundle>mvn:org.jupnp/org.jupnp/3.0.3</bundle>
</feature>
<feature name="openhab.tp-lsp4j" description="Eclipse LSP4J" version="${project.version}">