Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

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.0
  • Loading branch information
renovate[bot] authored Sep 19, 2023
1 parent 19ed20e commit dd55876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion comet-utils/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ dependencies {
compileOnly(libs.ktor.serialization.kotlinx.json)
compileOnly(libs.ktor.network)

api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1")
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0")
api("net.mamoe.yamlkt:yamlkt:0.12.0")
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotl
atomicfu = "org.jetbrains.kotlinx:atomicfu:0.20.0"
kotlinx-coroutines-core = "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4"
kotlinx-datetime = "org.jetbrains.kotlinx:kotlinx-datetime:0.4.0"
kotlinx-serialization-json = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1"
kotlinx-serialization-json = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0"
skiko = "org.jetbrains.skiko:skiko:0.7.76"
jline = "org.jline:jline:3.22.0"
jsoup = "org.jsoup:jsoup:1.16.1"
Expand Down

0 comments on commit dd55876

Please sign in to comment.