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 df38c4d commit 7718873Copy full SHA for 7718873
server/app/build.gradle.kts
@@ -27,7 +27,7 @@ dependencies {
27
implementation("io.ktor:ktor-server-sessions")
28
implementation("io.ktor:ktor-server-call-logging")
29
implementation("io.ktor:ktor-network-tls-certificates")
30
- implementation("org.slf4j:slf4j-simple:1.7.36")
+ implementation("org.slf4j:slf4j-simple:2.0.7")
31
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.10.0"))
32
implementation("com.squareup.okhttp3:okhttp")
33
0 commit comments