Skip to content

Commit 8b8659a

Browse files
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.6.2
1 parent 77c816c commit 8b8659a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ dependencies {
8989
implementation "io.ktor:ktor-client-android:$ktor_version"
9090
implementation "io.ktor:ktor-client-core:$ktor_version"
9191
implementation "io.ktor:ktor-client-logging:$ktor_version"
92-
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.1"
92+
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2"
9393
implementation "org.slf4j:slf4j-android:1.7.36"
9494
implementation platform("com.google.firebase:firebase-bom:32.6.0")
9595
testImplementation "androidx.test.ext:junit-ktx:1.1.5"

0 commit comments

Comments
 (0)