Update ktor monorepo to v3.0.3

This commit is contained in:
renovate[bot]
2025-01-03 08:17:24 +00:00
committed by GitHub
parent 360c6b4364
commit 3d5c2ee4b8
3 changed files with 3 additions and 3 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:3.0.1'
implementation 'io.ktor:ktor-client-logging-jvm:3.0.3'
}