From: GiviMAD Date: Sat, 14 Oct 2023 17:11:25 +0000 (+0200) Subject: [jellyfin] Upgrade sdk (#15754) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=31101685fc791962a667f78e59d6f106207aaa98;p=openhab-addons.git [jellyfin] Upgrade sdk (#15754) Signed-off-by: Miguel Álvarez --- diff --git a/bundles/org.openhab.binding.jellyfin/README.md b/bundles/org.openhab.binding.jellyfin/README.md index e485f26dd9..94d2a5014c 100644 --- a/bundles/org.openhab.binding.jellyfin/README.md +++ b/bundles/org.openhab.binding.jellyfin/README.md @@ -4,7 +4,7 @@ This is the binding for [Jellyfin](https://jellyfin.org) the volunteer-built med Stream to any device from your own server, with no strings attached. Your media, your server, your way. This binding allows connect to Jellyfin clients that supports remote control, it's build on top of the official Jellyfin kotlin sdk. -Compatible with Jellyfin servers in version 10.8.x. +Compatible with Jellyfin servers from version 10.8.1, recommended 10.8.11. ## Supported Things diff --git a/bundles/org.openhab.binding.jellyfin/pom.xml b/bundles/org.openhab.binding.jellyfin/pom.xml index 1473fc3862..ff0fe1c2c0 100644 --- a/bundles/org.openhab.binding.jellyfin/pom.xml +++ b/bundles/org.openhab.binding.jellyfin/pom.xml @@ -21,17 +21,17 @@ org.jellyfin.sdk jellyfin-core-jvm - 1.3.7 + 1.4.4 org.jellyfin.sdk jellyfin-api-jvm - 1.3.7 + 1.4.4 org.jellyfin.sdk jellyfin-model-jvm - 1.3.7 + 1.4.4 io.ktor @@ -84,37 +84,31 @@ org.jetbrains.kotlin kotlin-stdlib - 1.6.21 + 1.7.21 compile org.jetbrains.kotlinx kotlinx-coroutines-core-jvm - 1.6.2 - compile - - - org.jetbrains.kotlinx - kotlinx-coroutines-jdk8 - 1.6.1 + 1.6.4 compile org.jetbrains.kotlinx kotlinx-serialization-core-jvm - 1.3.3 + 1.4.1 compile org.jetbrains.kotlinx kotlinx-serialization-json-jvm - 1.3.3 + 1.4.1 compile io.github.microutils kotlin-logging-jvm - 2.1.23 + 3.0.4 compile