From 31101685fc791962a667f78e59d6f106207aaa98 Mon Sep 17 00:00:00 2001 From: GiviMAD Date: Sat, 14 Oct 2023 19:11:25 +0200 Subject: [PATCH] [jellyfin] Upgrade sdk (#15754) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miguel Álvarez --- .../org.openhab.binding.jellyfin/README.md | 2 +- bundles/org.openhab.binding.jellyfin/pom.xml | 22 +++++++------------ 2 files changed, 9 insertions(+), 15 deletions(-) diff --git a/bundles/org.openhab.binding.jellyfin/README.md b/bundles/org.openhab.binding.jellyfin/README.md index e485f26dd..94d2a5014 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 1473fc386..ff0fe1c2c 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