File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ kotlin {
2222 implementation(" io.ktor:ktor-serialization-kotlinx-json:2.3.12" )
2323 implementation(" io.ktor:ktor-server-content-negotiation:2.3.12" )
2424
25- implementation(" ch.qos.logback:logback-classic:1.5.8 " )
25+ implementation(" ch.qos.logback:logback-classic:1.5.17 " )
2626
2727 implementation(projects.common)
2828 }
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ kotlin {
2121 implementation(" org.jetbrains.kotlinx:kotlinx-datetime:0.6.1" )
2222 implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3" )
2323
24- implementation(" ch.qos.logback:logback-classic:1.5.8 " )
24+ implementation(" ch.qos.logback:logback-classic:1.5.17 " )
2525
2626 implementation(projects.common)
2727 }
You can’t perform that action at this time.
0 commit comments