mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
build(API): Jellyfin SDK API update from 1.4.6 to 1.4.7 (#16917)
SDK 1.4.6 is not compatible with the recent Jellyfin Server 10.9. This update adds compatibility for 10.9 servers to the 10.8.13 API specification. Signed-off-by: Patrik Gfeller <patrik.gfeller@proton.me>
This commit is contained in:
parent
63c4e0a348
commit
4b7220c552
@ -11,6 +11,7 @@
|
||||
<bnd.importpackage>
|
||||
!android.*,!com.android.*,!kotlin.internal.jdk7,!kotlin.internal.jdk8,!kotlin.reflect.*,!okhttp3.*,!okio.*
|
||||
</bnd.importpackage>
|
||||
<jellyfin.sdk>1.4.7</jellyfin.sdk>
|
||||
</properties>
|
||||
<artifactId>org.openhab.binding.jellyfin</artifactId>
|
||||
|
||||
@ -19,17 +20,17 @@
|
||||
<dependency>
|
||||
<groupId>org.jellyfin.sdk</groupId>
|
||||
<artifactId>jellyfin-core-jvm</artifactId>
|
||||
<version>1.4.6</version>
|
||||
<version>${jellyfin.sdk}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jellyfin.sdk</groupId>
|
||||
<artifactId>jellyfin-api-jvm</artifactId>
|
||||
<version>1.4.6</version>
|
||||
<version>${jellyfin.sdk}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jellyfin.sdk</groupId>
|
||||
<artifactId>jellyfin-model-jvm</artifactId>
|
||||
<version>1.4.6</version>
|
||||
<version>${jellyfin.sdk}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.ktor</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user