Update dependency io.ktor:ktor-client-logging-jvm to v2.3.9

This commit is contained in:
renovate[bot]
2024-03-04 12:20:18 +00:00
committed by GitHub
parent 9170d30b2f
commit 5e2efa566b
2 changed files with 2 additions and 2 deletions

View File

@@ -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.7'
implementation 'io.ktor:ktor-client-logging-jvm:2.3.9'
}