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 @@ -33,6 +33,6 @@ kotlin {
3333}
3434
3535dependencies {
36- implementation ' io.ktor:ktor-client-logging-jvm:3.0.1 '
36+ implementation ' io.ktor:ktor-client-logging-jvm:3.0.3 '
3737}
3838
Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ dependencies {
1818 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
1919
2020 implementation " dev.inmo:tgbotapi:$telegram_bot_api_version "
21- implementation ' io.ktor:ktor-client-logging-jvm:3.0.1 '
21+ implementation ' io.ktor:ktor-client-logging-jvm:3.0.3 '
2222}
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ kotlin_version=2.1.0
99telegram_bot_api_version =22.0.0
1010micro_utils_version =0.23.2
1111serialization_version =1.7.3
12- ktor_version =3.0.2
12+ ktor_version =3.0.3
1313compose_version =1.7.3
You can’t perform that action at this time.
0 commit comments