diff --git a/InlineQueriesBot/build.gradle b/InlineQueriesBot/build.gradle index bf06c00..9d87d1d 100644 --- a/InlineQueriesBot/build.gradle +++ b/InlineQueriesBot/build.gradle @@ -33,6 +33,6 @@ kotlin { } dependencies { - implementation 'io.ktor:ktor-client-logging-jvm:2.3.0' + implementation 'io.ktor:ktor-client-logging-jvm:2.3.5' } diff --git a/RightsChangerBot/build.gradle b/RightsChangerBot/build.gradle index 0d022c7..e727e1a 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.3' + implementation 'io.ktor:ktor-client-logging-jvm:2.3.5' }