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 {
22
22
implementation(" io.ktor:ktor-serialization-kotlinx-json:2.3.12" )
23
23
implementation(" io.ktor:ktor-server-content-negotiation:2.3.12" )
24
24
25
- implementation(" ch.qos.logback:logback-classic:1.5.8 " )
25
+ implementation(" ch.qos.logback:logback-classic:1.5.15 " )
26
26
27
27
implementation(projects.common)
28
28
}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ kotlin {
21
21
implementation(" org.jetbrains.kotlinx:kotlinx-datetime:0.6.1" )
22
22
implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3" )
23
23
24
- implementation(" ch.qos.logback:logback-classic:1.5.8 " )
24
+ implementation(" ch.qos.logback:logback-classic:1.5.15 " )
25
25
26
26
implementation(projects.common)
27
27
}
You can’t perform that action at this time.
0 commit comments