[jellyfin] upgrade sdk, fixes json parse error (#13572)

Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>
pull/13574/head
GiviMAD 2022-10-20 07:26:39 +02:00 committed by GitHub
parent 66734bd5cf
commit 60c13b5cd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -21,17 +21,17 @@
<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>