diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c5b66984110..db9c8a89d81 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,20 +1,20 @@ [versions] # api dependencies -kotlin = "2.0.0-RC3" # https://github.com/JetBrains/kotlin -ktor = "2.3.9" # https://github.com/ktorio/ktor -kotlinx-coroutines = "1.8.0" # https://github.com/Kotlin/kotlinx.coroutines -kotlinx-serialization = "1.6.3" # https://github.com/Kotlin/kotlinx.serialization -kotlinx-datetime = "0.5.0" # https://github.com/Kotlin/kotlinx-datetime +kotlin = "2.0.0" # https://github.com/JetBrains/kotlin +ktor = "2.3.11" # https://github.com/ktorio/ktor +kotlinx-coroutines = "1.8.1" # https://github.com/Kotlin/kotlinx.coroutines +kotlinx-serialization = "1.7.0-RC" # https://github.com/Kotlin/kotlinx.serialization +kotlinx-datetime = "0.6.0" # https://github.com/Kotlin/kotlinx-datetime kord-cache = "0.4.0" # https://github.com/kordlib/cache # implementation dependencies -kotlin-logging = "6.0.3" # https://github.com/oshai/kotlin-logging +kotlin-logging = "6.0.9" # https://github.com/oshai/kotlin-logging kotlin-logging-old = "3.0.5" # TODO remove after dependency is removed in rest, gateway, voice and core -slf4j = "2.0.12" # https://www.slf4j.org -kotlin-node = "20.11.5-pre.706" # https://github.com/JetBrains/kotlin-wrappers +slf4j = "2.0.13" # https://www.slf4j.org +kotlin-node = "20.11.30-pre.750" # https://github.com/JetBrains/kotlin-wrappers bignum = "0.3.9" # https://github.com/ionspin/kotlin-multiplatform-bignum -stately = "2.0.6" # https://github.com/touchlab/Stately +stately = "2.0.7" # https://github.com/touchlab/Stately fastZlib = "2.0.1" # https://github.com/timotejroiko/fast-zlib # code generation @@ -24,8 +24,8 @@ kotlinpoet = "1.16.0" # https://github.com/square/kotlinpoet # tests junit-jupiter = "5.10.2" # https://github.com/junit-team/junit5 junit-platform = "1.10.2" -mockk = "1.13.10" # https://github.com/mockk/mockk -bson = "5.0.1" # https://github.com/mongodb/mongo-java-driver +mockk = "1.13.11" # https://github.com/mockk/mockk +bson = "5.1.0" # https://github.com/mongodb/mongo-java-driver kbson = "0.5.0" # https://github.com/jershell/kbson # plugins