From 46b678da2cde471f50cb6d1d4412a6b735268818 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 14:55:09 +0530 Subject: [PATCH] fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.6.1 (#752) 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 f553e719e..c2126b6c1 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -66,7 +66,7 @@ dependencies { api("com.google.code.gson:gson:2.10.1") api("androidx.datastore:datastore-preferences:1.0.0") - implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0") + implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.1") // Test implementation("androidx.test.ext:junit-ktx:1.1.5")