File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ dependencies {
4949
5050 implementation(platform(" io.insert-koin:koin-bom:4.1.1" ))
5151 implementation(" io.insert-koin:koin-core:4.1.1" )
52- implementation(" ch.qos.logback:logback-classic:1.5.19 " )
52+ implementation(" ch.qos.logback:logback-classic:1.5.20 " )
5353 implementation(" net.logstash.logback:logstash-logback-encoder:8.1" )
5454 implementation(" io.ktor:ktor-client-core:$ktorVersion " )
5555 implementation(" io.ktor:ktor-client-cio:$ktorVersion " )
Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ repositories {
1818dependencies {
1919 implementation(project(" :lib" ))
2020 implementation(" org.slf4j:slf4j-api:2.0.17" )
21- implementation(" ch.qos.logback:logback-classic:1.5.19 " )
21+ implementation(" ch.qos.logback:logback-classic:1.5.20 " )
2222}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ repositories {
2828dependencies {
2929 implementation(project(" :lib" ))
3030 implementation(" org.slf4j:slf4j-api:2.0.17" )
31- implementation(" ch.qos.logback:logback-classic:1.5.19 " )
31+ implementation(" ch.qos.logback:logback-classic:1.5.20 " )
3232 implementation(" net.logstash.logback:logstash-logback-encoder:8.1" )
3333 implementation(" org.jetbrains.kotlinx:kotlinx-datetime:0.7.1-0.6.x-compat" )
3434 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2" )
You can’t perform that action at this time.
0 commit comments