Update ktor monorepo to v3.3.2

This commit is contained in:
renovate[bot]
2025-11-05 09:55:24 +00:00
committed by GitHub
parent 0e8714cf2b
commit 2e8d81b3ea
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:3.2.3'
implementation 'io.ktor:ktor-client-logging-jvm:3.3.2'
}