From 60c13b5cd179d9fcca0cc2664536feb14f72fd7f Mon Sep 17 00:00:00 2001 From: GiviMAD Date: Thu, 20 Oct 2022 07:26:39 +0200 Subject: [PATCH] [jellyfin] upgrade sdk, fixes json parse error (#13572) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miguel Álvarez --- bundles/org.openhab.binding.jellyfin/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bundles/org.openhab.binding.jellyfin/pom.xml b/bundles/org.openhab.binding.jellyfin/pom.xml index c644c853a65..ad58cfafd19 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.5 + 1.3.7 org.jellyfin.sdk jellyfin-api-jvm - 1.3.5 + 1.3.7 org.jellyfin.sdk jellyfin-model-jvm - 1.3.5 + 1.3.7 io.ktor