diff --git a/InlineQueriesBot/build.gradle b/InlineQueriesBot/build.gradle index 9d87d1d..759acfd 100644 --- a/InlineQueriesBot/build.gradle +++ b/InlineQueriesBot/build.gradle @@ -33,6 +33,6 @@ kotlin { } dependencies { - implementation 'io.ktor:ktor-client-logging-jvm:2.3.5' + implementation 'io.ktor:ktor-client-logging-jvm:2.3.7' } diff --git a/RightsChangerBot/build.gradle b/RightsChangerBot/build.gradle index e727e1a..01ef37c 100644 --- a/RightsChangerBot/build.gradle +++ b/RightsChangerBot/build.gradle @@ -18,5 +18,5 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation "dev.inmo:tgbotapi:$telegram_bot_api_version" - implementation 'io.ktor:ktor-client-logging-jvm:2.3.5' + implementation 'io.ktor:ktor-client-logging-jvm:2.3.7' }