From 4b7220c552fe7a1ebaea9afcf0b0333a99d72de5 Mon Sep 17 00:00:00 2001 From: Patrik Gfeller Date: Sun, 23 Jun 2024 11:51:38 +0200 Subject: [PATCH] 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 --- 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 2736cdc330c..efabfc0bdce 100644 --- a/bundles/org.openhab.binding.jellyfin/pom.xml +++ b/bundles/org.openhab.binding.jellyfin/pom.xml @@ -11,6 +11,7 @@ !android.*,!com.android.*,!kotlin.internal.jdk7,!kotlin.internal.jdk8,!kotlin.reflect.*,!okhttp3.*,!okio.* + 1.4.7 org.openhab.binding.jellyfin @@ -19,17 +20,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