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 113b50a commit 1064a28Copy full SHA for 1064a28
gradle/libs.versions.toml
@@ -25,7 +25,7 @@ ktor-server-status-pages = { module = "io.ktor:ktor-server-status-pages", versio
25
ktor-content-negotiation = { module = "io.ktor:ktor-server-content-negotiation", version.ref = "ktor" }
26
ktor-serialization = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }
27
ktor-test = { module = "io.ktor:ktor-server-test-host", version.ref = "ktor" }
28
-logback = { module = "ch.qos.logback:logback-classic", version = "1.4.14" }
+logback = { module = "ch.qos.logback:logback-classic", version = "1.5.17" }
29
30
[bundles]
31
kotlin-testing = ["archunit", "embed-mongo", "ktor-test", "kotest-junit5", "kotest-assertions-core", "kotest-assertions-core-jvm"]
0 commit comments