Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-serializat…
Browse files Browse the repository at this point in the history
…ion-json to v1.6.2
  • Loading branch information
renovate[bot] authored Feb 5, 2024
1 parent 5f432c1 commit 53c21e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ kotlin {
dependencies {
implementation(kotlin("reflect"))

api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1")
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2")
api("io.github.microutils:kotlin-logging:2.1.23")
}
}
Expand Down

0 comments on commit 53c21e0

Please sign in to comment.