File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
1818 // JSON serialization dependencies
1919 implementation(" com.squareup.moshi:moshi:${property(" moshi_version" )} " )
2020 implementation(" com.squareup.moshi:moshi-kotlin:${property(" moshi_version" )} " )
21- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2 " )
21+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1 " )
2222
2323 // Ktor dependencies
2424 implementation(" io.ktor:ktor-server-core:1.6.8" )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88dependencies {
99 // Apply the kotlinx bundle of dependencies from the version catalog (`gradle/libs.versions.toml`).
1010 implementation(" org.jetbrains.kotlinx:kotlinx-datetime:0.6.1" )
11- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2 " )
11+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1 " )
1212 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1" )
1313 testImplementation(kotlin(" test" ))
1414}
You can’t perform that action at this time.
0 commit comments