Skip to content

Commit 1408525

Browse files
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.6.2
1 parent 6e2adc6 commit 1408525

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
@@ -88,7 +88,7 @@ dependencies {
8888
implementation "io.ktor:ktor-client-android:$ktor_version"
8989
implementation "io.ktor:ktor-client-core:$ktor_version"
9090
implementation "io.ktor:ktor-client-logging:$ktor_version"
91-
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.1"
91+
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2"
9292
implementation "org.slf4j:slf4j-android:1.7.36"
9393
implementation platform("com.google.firebase:firebase-bom:32.6.0")
9494
testImplementation "androidx.test.ext:junit-ktx:1.1.5"

0 commit comments

Comments
 (0)