From: Patrik Gfeller Date: Sun, 23 Jun 2024 09:51:38 +0000 (+0200) Subject: build(API): Jellyfin SDK API update from 1.4.6 to 1.4.7 (#16917) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=56db6f8bceac8a65ac518a43ace11f9fa5669adb;p=openhab-addons.git 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 --- 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