From 56db6f8bceac8a65ac518a43ace11f9fa5669adb 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 4a5c0fcf21..d22656d9d2 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 -- 2.47.3