From a51c4bf5f2af264306858abb430a9e6840938832 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 04:24:34 +0000 Subject: [PATCH] fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.10.0 (#442) 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 59bca8f..fc84acc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -24,7 +24,7 @@ konfetti = "2.0.5" lazyColumnScrollbar = "2.2.0" # Kotlin kotlinCoroutines = "1.10.2" -kotlinSerialization = "1.9.0" +kotlinSerialization = "1.10.0" # Test junit = "4.13.2" junitVersion = "1.3.0"