From ede40f3aea9845441d54b305a533779fb7073a62 Mon Sep 17 00:00:00 2001 From: Patrik Gfeller Date: Sun, 23 Jun 2024 11:10:15 +0200 Subject: [PATCH] build(API): Jellyfin SDK API update from 1.4.6 to 1.4.7 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 --- bundles/org.openhab.binding.jellyfin/pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bundles/org.openhab.binding.jellyfin/pom.xml b/bundles/org.openhab.binding.jellyfin/pom.xml index 4a5c0fcf21b4a..d22656d9d21f3 100644 --- a/bundles/org.openhab.binding.jellyfin/pom.xml +++ b/bundles/org.openhab.binding.jellyfin/pom.xml @@ -13,6 +13,7 @@ !android.*,!com.android.*,!kotlin.internal.jdk7,!kotlin.internal.jdk8,!kotlin.reflect.*,!okhttp3.*,!okio.* + 1.4.7 org.openhab.binding.jellyfin @@ -21,17 +22,17 @@ org.jellyfin.sdk jellyfin-core-jvm - 1.4.6 + ${jellyfin.sdk} org.jellyfin.sdk jellyfin-api-jvm - 1.4.6 + ${jellyfin.sdk} org.jellyfin.sdk jellyfin-model-jvm - 1.4.6 + ${jellyfin.sdk} io.ktor