From 64ec65a00048c5ce3e9c691911d0ba9dcb98473a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 12:47:03 +0530 Subject: [PATCH] Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.7.3 (#989) 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 e83e7610..94983b05 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.2") + implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3") // Test implementation("androidx.test.ext:junit-ktx:1.2.1")