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.7.3
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent 153f0a4 commit 79f8951
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.7.3")
api("io.github.microutils:kotlin-logging:2.1.23")
}
}
Expand Down

0 comments on commit 79f8951

Please sign in to comment.