From f156c74f1bd6d65b9d02279b3b408ef806f976fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 01:53:33 +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.10.0 to 1.11.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.10.0...v1.11.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json dependency-version: 1.11.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 ef3dc24..f2cbd69 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -44,7 +44,7 @@ dependencies { // 提供以下依赖的API给TvBox和插件使用 val protobufVersion = "4.34.1" val jsoupVersion = "1.22.1" - val ktxJsonVersion = "1.10.0" + val ktxJsonVersion = "1.11.0" val retrofitVersion = "3.0.0" val retrofitKtxSerialization = "3.0.0" val retrofitProtobuf = "3.0.0"