]> git.basschouten.com Git - openhab-addons.git/commitdiff
[jellyfin] Upgrade sdk (#15754)
authorGiviMAD <GiviMAD@users.noreply.github.com>
Sat, 14 Oct 2023 17:11:25 +0000 (19:11 +0200)
committerGitHub <noreply@github.com>
Sat, 14 Oct 2023 17:11:25 +0000 (19:11 +0200)
Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>
bundles/org.openhab.binding.jellyfin/README.md
bundles/org.openhab.binding.jellyfin/pom.xml

index e485f26dd9ee6d7a1e27206b0a8776d733a8fe2e..94d2a5014c57de504bf6fd9ecb043c5cdf25d724 100644 (file)
@@ -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
 
index 1473fc38626e728b15ef8871410088e74938e4d8..ff0fe1c2c0175bffb6648d1d7ca7d40f3ade1a0d 100644 (file)
     <dependency>
       <groupId>org.jellyfin.sdk</groupId>
       <artifactId>jellyfin-core-jvm</artifactId>
-      <version>1.3.7</version>
+      <version>1.4.4</version>
     </dependency>
     <dependency>
       <groupId>org.jellyfin.sdk</groupId>
       <artifactId>jellyfin-api-jvm</artifactId>
-      <version>1.3.7</version>
+      <version>1.4.4</version>
     </dependency>
     <dependency>
       <groupId>org.jellyfin.sdk</groupId>
       <artifactId>jellyfin-model-jvm</artifactId>
-      <version>1.3.7</version>
+      <version>1.4.4</version>
     </dependency>
     <dependency>
       <groupId>io.ktor</groupId>
     <dependency>
       <groupId>org.jetbrains.kotlin</groupId>
       <artifactId>kotlin-stdlib</artifactId>
-      <version>1.6.21</version>
+      <version>1.7.21</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.jetbrains.kotlinx</groupId>
       <artifactId>kotlinx-coroutines-core-jvm</artifactId>
-      <version>1.6.2</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jetbrains.kotlinx</groupId>
-      <artifactId>kotlinx-coroutines-jdk8</artifactId>
-      <version>1.6.1</version>
+      <version>1.6.4</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.jetbrains.kotlinx</groupId>
       <artifactId>kotlinx-serialization-core-jvm</artifactId>
-      <version>1.3.3</version>
+      <version>1.4.1</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.jetbrains.kotlinx</groupId>
       <artifactId>kotlinx-serialization-json-jvm</artifactId>
-      <version>1.3.3</version>
+      <version>1.4.1</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>io.github.microutils</groupId>
       <artifactId>kotlin-logging-jvm</artifactId>
-      <version>2.1.23</version>
+      <version>3.0.4</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>