[jellyfin] upgrade sdk, fixes json parse error (#13572)
Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>
This commit is contained in:
@@ -21,17 +21,17 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jellyfin.sdk</groupId>
|
<groupId>org.jellyfin.sdk</groupId>
|
||||||
<artifactId>jellyfin-core-jvm</artifactId>
|
<artifactId>jellyfin-core-jvm</artifactId>
|
||||||
<version>1.3.5</version>
|
<version>1.3.7</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jellyfin.sdk</groupId>
|
<groupId>org.jellyfin.sdk</groupId>
|
||||||
<artifactId>jellyfin-api-jvm</artifactId>
|
<artifactId>jellyfin-api-jvm</artifactId>
|
||||||
<version>1.3.5</version>
|
<version>1.3.7</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jellyfin.sdk</groupId>
|
<groupId>org.jellyfin.sdk</groupId>
|
||||||
<artifactId>jellyfin-model-jvm</artifactId>
|
<artifactId>jellyfin-model-jvm</artifactId>
|
||||||
<version>1.3.5</version>
|
<version>1.3.7</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.ktor</groupId>
|
<groupId>io.ktor</groupId>
|
||||||
|
|||||||
Reference in New Issue
Block a user