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.0
  • Loading branch information
renovate[bot] authored Jun 6, 2024
1 parent 6326842 commit ad12e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
dependencies {
implementation(group = "com.squareup.okhttp3", name = "okhttp", version = "5.0.0-alpha.11")
implementation(group = "org.jetbrains.kotlinx", name = "kotlinx-datetime", version = "0.4.0")
implementation(group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.6.0")
implementation(group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.7.0")
implementation(group = "com.soywiz.korlibs.krypto", name = "krypto-jvm", version = "4.0.10")
implementation(group = "com.benasher44", name = "uuid", version = "0.8.1")
}
Expand Down

0 comments on commit ad12e83

Please sign in to comment.