From 6410ebdf2973f4ce6211c5a4c4e69ff82152b9e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 01:54:08 +0000 Subject: [PATCH] build(deps): bump org.jetbrains.kotlinx:kotlinx-serialization-json Bumps [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx.serialization/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/build.gradle.kts b/api/build.gradle.kts index 72f28d1..6f9241a 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -40,7 +40,7 @@ dependencies { // 提供以下依赖的API给TvBox和插件使用 val protobufVersion = "4.33.4" val jsoupVersion = "1.22.1" - val ktxJsonVersion = "1.9.0" + val ktxJsonVersion = "1.10.0" val retrofitVersion = "3.0.0" val retrofitKtxSerialization = "3.0.0" val retrofitProtobuf = "3.0.0"