From a5cdb0f193efde0b199ad617c54615d1efb4a0af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 18:10:12 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-serialization-json in /engine/compose Bumps [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.9.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.9.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] --- engine/compose/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/compose/build.gradle.kts b/engine/compose/build.gradle.kts index 7e6ba04..a4f1c7d 100644 --- a/engine/compose/build.gradle.kts +++ b/engine/compose/build.gradle.kts @@ -74,7 +74,7 @@ kotlin { sourceSets { commonMain.dependencies { - implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0") + implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2") // The engine renders nothing itself: only the Compose runtime, // no UI artifacts.