Skip to content

Commit 4a2fff8

Browse files
chore(deps): Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.9.0
1 parent 5d34422 commit 4a2fff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ adventure-text-serializer-gson = { group = "net.kyori", name = "adventure-text-s
1717
adventure-text-serializer-legacy = { group = "net.kyori", name = "adventure-text-serializer-legacy", version.ref = "adventure" }
1818
cache4k = { group = "io.github.reactivecircus.cache4k", name = "cache4k", version = "0.14.0" }
1919
kotlinx-html = { group = "org.jetbrains.kotlinx", name = "kotlinx-html", version = "0.8.0" }
20-
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.8.1" }
20+
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.9.0" }
2121
ktor-server-core = { group = "io.ktor", name = "ktor-server-core", version.ref = "ktor" }
2222
ktor-server-netty = { group = "io.ktor", name = "ktor-server-netty", version.ref = "ktor" }
2323
ktor-client-core = { group = "io.ktor", name = "ktor-client-core", version.ref = "ktor" }

0 commit comments

Comments
 (0)