This commit is contained in:
renovate[bot]
2023-12-03 13:05:05 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -33,6 +33,6 @@ kotlin {
} }
dependencies { dependencies {
implementation 'io.ktor:ktor-client-logging-jvm:2.3.5' implementation 'io.ktor:ktor-client-logging-jvm:2.3.6'
} }

View File

@@ -18,5 +18,5 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "dev.inmo:tgbotapi:$telegram_bot_api_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.6'
} }