From db0796c8feb89cde28ccf66f12e8ac5e410f4b68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 11:16:06 +0800 Subject: [PATCH] fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.9.0 (#6016) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5daf139570..937cee96da 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -30,7 +30,7 @@ googleMaterial = "1.13.0" hokoBlur = "1.5.5" kdrag0nColorkt = "1.0.5" kotlinxCoroutines = "1.10.2" -kotlinxSerialization = "1.8.1" +kotlinxSerialization = "1.9.0" libsu = "6.0.0" lifecycle = "2.9.4" materialMotionCompose = "1.2.1"