Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to…
Browse files Browse the repository at this point in the history
… v1.5.0
  • Loading branch information
renovate[bot] authored Mar 16, 2023
1 parent a68ffa5 commit 53ed4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
api(platform("io.ktor:ktor-bom:1.4.0"))
constraints {
api("junit:junit:4.12")
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.0.1")
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0")
api("io.reactivex.rxjava3:rxjava:3.0.0")
}
}

0 comments on commit 53ed4c3

Please sign in to comment.