We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fab673 commit 7c2fb1aCopy full SHA for 7c2fb1a
gradle/libs.versions.toml
@@ -18,7 +18,7 @@ ktor-server-swagger = { module = "io.ktor:ktor-server-swagger", version.ref = "k
18
ktor-content-negotiation = { module = "io.ktor:ktor-server-content-negotiation", version.ref = "ktor" }
19
ktor-serialization = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }
20
ktor-test = { module = "io.ktor:ktor-server-test-host", version.ref = "ktor" }
21
-logback = { module = "ch.qos.logback:logback-classic", version = "1.4.14" }
+logback = { module = "ch.qos.logback:logback-classic", version = "1.5.20" }
22
23
[bundles]
24
kotlin-testing = ["archunit", "embed-mongo", "kotest-junit5", "kotest-assertions-core", "kotest-assertions-core-jvm", "ktor-test"]
0 commit comments