Update ktor monorepo to v3.3.0

This commit is contained in:
renovate[bot]
2025-09-11 10:49:15 +00:00
committed by GitHub
parent 0216919145
commit 7f143d6b77
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.0'
}

View File

@@ -9,5 +9,5 @@ kotlin_version=2.2.0
telegram_bot_api_version=28.0.0
micro_utils_version=0.26.2
serialization_version=1.9.0
ktor_version=3.2.3
ktor_version=3.3.0
compose_version=1.8.2