]> git.basschouten.com Git - openhab-addons.git/commitdiff
[jellyfin] upgrade sdk, fixes json parse error (#13572)
authorGiviMAD <GiviMAD@users.noreply.github.com>
Thu, 20 Oct 2022 05:26:39 +0000 (07:26 +0200)
committerGitHub <noreply@github.com>
Thu, 20 Oct 2022 05:26:39 +0000 (07:26 +0200)
Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>
bundles/org.openhab.binding.jellyfin/pom.xml

index c644c853a6556d67c7914d35dd0fd62b3346c6ee..ad58cfafd193167b090156482b0c83564ddb2f94 100644 (file)
     <dependency>
       <groupId>org.jellyfin.sdk</groupId>
       <artifactId>jellyfin-core-jvm</artifactId>
-      <version>1.3.5</version>
+      <version>1.3.7</version>
     </dependency>
     <dependency>
       <groupId>org.jellyfin.sdk</groupId>
       <artifactId>jellyfin-api-jvm</artifactId>
-      <version>1.3.5</version>
+      <version>1.3.7</version>
     </dependency>
     <dependency>
       <groupId>org.jellyfin.sdk</groupId>
       <artifactId>jellyfin-model-jvm</artifactId>
-      <version>1.3.5</version>
+      <version>1.3.7</version>
     </dependency>
     <dependency>
       <groupId>io.ktor</groupId>