From 115152c6cac8caac4aeb5809e8b404f4d487d272 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 19:36:22 +0530 Subject: [PATCH] fix(deps): update dependency com.google.code.gson:gson to v2.11.0 (#852) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 a425d140..3a0b3c94 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.10.1") + implementation("com.google.code.gson:gson:2.11.0") - api("com.google.code.gson:gson:2.10.1") + api("com.google.code.gson:gson:2.11.0") api("androidx.datastore:datastore-preferences:1.1.1") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")