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 e268141 commit 1cfcc5cCopy full SHA for 1cfcc5c
app/build.gradle.kts
@@ -26,7 +26,7 @@ dependencies {
26
implementation("io.ktor:ktor-jackson:1.6.8")
27
28
// Add Logback as the SLF4J implementation
29
- implementation("ch.qos.logback:logback-classic:1.2.11")
+ implementation("ch.qos.logback:logback-classic:1.5.18")
30
31
// Test dependencies - choose one testing framework
32
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
0 commit comments