From 7095aec13f862d432d769a563b4e7c79d2ee5b60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 06:28:07 +0000 Subject: [PATCH] Update dependency com.google.code.gson:gson to v2.13.2 --- common/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/build.gradle.kts b/common/build.gradle.kts index 0d7a6b4b1..c3d0412b6 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -61,9 +61,9 @@ dependencies { api("com.google.android.material:material:1.12.0") - implementation("com.google.code.gson:gson:2.13.1") + implementation("com.google.code.gson:gson:2.13.2") - api("com.google.code.gson:gson:2.13.1") + api("com.google.code.gson:gson:2.13.2") api("androidx.datastore:datastore-preferences:1.1.4") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1")