Update ktor monorepo to v3.2.1

This commit is contained in:
renovate[bot]
2025-07-03 19:11:57 +00:00
committed by GitHub
parent 459a70c47b
commit fb8d9c0854
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.1.0'
implementation 'io.ktor:ktor-client-logging-jvm:3.2.1'
}