We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce86fa commit 1f2d3fcCopy full SHA for 1f2d3fc
gradle/libs.versions.toml
@@ -20,7 +20,7 @@ ktor-server-swagger = { module = "io.ktor:ktor-server-swagger", version.ref = "k
20
ktor-content-negotiation = { module = "io.ktor:ktor-server-content-negotiation", version.ref = "ktor" }
21
ktor-serialization = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }
22
ktor-test = { module = "io.ktor:ktor-server-test-host", version.ref = "ktor" }
23
-logback = { module = "ch.qos.logback:logback-classic", version = "1.4.14" }
+logback = { module = "ch.qos.logback:logback-classic", version = "1.5.16" }
24
25
[bundles]
26
kotlin-testing = ["archunit", "embed-mongo", "kotest-junit5", "kotest-assertions-core", "kotest-assertions-core-jvm", "ktor-test"]
0 commit comments