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 @@ -28,7 +28,7 @@ kotlin {
28
28
implementation(" io.ktor:ktor-serialization-kotlinx-json:3.2.1" )
29
29
implementation(" io.ktor:ktor-server-content-negotiation:3.2.1" )
30
30
31
- implementation(" ch.qos.logback:logback-classic:1.5.8 " )
31
+ implementation(" ch.qos.logback:logback-classic:1.5.18 " )
32
32
33
33
implementation(projects.common)
34
34
}
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.18 " )
25
25
26
26
implementation(projects.common)
27
27
}
You can’t perform that action at this time.
0 commit comments