11[versions ]
2- adventure = " 4.26 .1"
3- kotlin = " 2.3.10 "
2+ adventure = " 5.1 .1"
3+ kotlin = " 2.3.21 "
44ktlint = " 1.8.0"
55ktor = " 3.4.0"
66
@@ -9,15 +9,15 @@ indra-git = { id = "net.kyori.indra.git", version = "4.0.0" }
99jib = { id = " com.google.cloud.tools.jib" , version = " 3.5.3" }
1010kotlin-multiplatform = { id = " org.jetbrains.kotlin.multiplatform" , version.ref = " kotlin" }
1111kotlinx-serialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " kotlin" }
12- spotless = { id = " com.diffplug.spotless" , version = " 8.2 .1" }
12+ spotless = { id = " com.diffplug.spotless" , version = " 8.5 .1" }
1313
1414[libraries ]
1515adventure-minimessage = { group = " net.kyori" , name = " adventure-text-minimessage" , version.ref = " adventure" }
1616adventure-text-serializer-gson = { group = " net.kyori" , name = " adventure-text-serializer-gson" , version.ref = " adventure" }
1717adventure-text-serializer-legacy = { group = " net.kyori" , name = " adventure-text-serializer-legacy" , version.ref = " adventure" }
1818cache4k = { group = " io.github.reactivecircus.cache4k" , name = " cache4k" , version = " 0.14.0" }
1919kotlinx-html = { group = " org.jetbrains.kotlinx" , name = " kotlinx-html" , version = " 0.12.0" }
20- kotlinx-serialization-json = { group = " org.jetbrains.kotlinx" , name = " kotlinx-serialization-json" , version = " 1.10 .0" }
20+ kotlinx-serialization-json = { group = " org.jetbrains.kotlinx" , name = " kotlinx-serialization-json" , version = " 1.11 .0" }
2121ktor-server-core = { group = " io.ktor" , name = " ktor-server-core" , version.ref = " ktor" }
2222ktor-server-netty = { group = " io.ktor" , name = " ktor-server-netty" , version.ref = " ktor" }
2323ktor-client-core = { group = " io.ktor" , name = " ktor-client-core" , version.ref = " ktor" }
@@ -26,7 +26,7 @@ ktor-server-websockets = { group = "io.ktor", name = "ktor-server-websockets", v
2626ktor-server-caching-headers = { group = " io.ktor" , name = " ktor-server-caching-headers" , version.ref = " ktor" }
2727ktor-server-compression = { group = " io.ktor" , name = " ktor-server-compression" , version.ref = " ktor" }
2828ktor-network = { group = " io.ktor" , name = " ktor-network" , version.ref = " ktor" }
29- logback-classic = { group = " ch.qos.logback" , name = " logback-classic" , version = " 1.5.28 " }
29+ logback-classic = { group = " ch.qos.logback" , name = " logback-classic" , version = " 1.5.32 " }
3030
3131zKtlint = { group = " com.pinterest.ktlint" , name = " ktlint-cli" , version.ref = " ktlint" }
3232
0 commit comments