From 0a765aefbeac597df18cd48e65d829cc6543ffd8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 13:27:14 +0000 Subject: [PATCH] fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.7.2 (#953) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- common/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle.kts b/common/build.gradle.kts index 467d4888..a8555571 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -66,7 +66,7 @@ dependencies { 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.7.1") + implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2") // Test implementation("androidx.test.ext:junit-ktx:1.2.1")