From 69dff58af5e373d3f31881f36b2a698f46902e3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 18:30:37 +0000 Subject: [PATCH] stack: kotlinx.serialization 1.11.0 --- versions-stack/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions-stack/libs.versions.toml b/versions-stack/libs.versions.toml index 427f4c0..90fa19f 100644 --- a/versions-stack/libs.versions.toml +++ b/versions-stack/libs.versions.toml @@ -27,7 +27,7 @@ reactivex-rxjava3 = "3.1.12" # Network & Serialization gson = "2.13.2" jsoup = "1.22.1" -kotlinx-serialization = "1.10.0" +kotlinx-serialization = "1.11.0" moshi = "1.15.2" # https://github.com/square/moshi/blob/master/CHANGELOG.md okhttp = "5.3.2" # https://github.com/square/okhttp/blob/master/docs/changelogs/changelog_4x.md retrofit = "3.0.0" # https://github.com/square/retrofit/blob/master/CHANGELOG.md