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.1.0 '
36+ implementation ' io.ktor:ktor-client-logging-jvm:3.1.1 '
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.1.0 '
21+ implementation ' io.ktor:ktor-client-logging-jvm:3.1.1 '
2222}
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ kotlin_version=2.1.10
99telegram_bot_api_version =23.2.0
1010micro_utils_version =0.24.6
1111serialization_version =1.8.0
12- ktor_version =3.1.0
12+ ktor_version =3.1.1
1313compose_version =1.7.3
You can’t perform that action at this time.
0 commit comments