Update ktor monorepo to v3.1.0

This commit is contained in:
renovate[bot] 2025-02-11 19:14:32 +00:00 committed by GitHub
parent f6bce640da
commit a0332c4efd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -33,6 +33,6 @@ kotlin {
}
dependencies {
implementation 'io.ktor:ktor-client-logging-jvm:3.0.3'
implementation 'io.ktor:ktor-client-logging-jvm:3.1.0'
}

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

View File

@ -9,5 +9,5 @@ kotlin_version=2.1.0
telegram_bot_api_version=23.1.2
micro_utils_version=0.24.5
serialization_version=1.8.0
ktor_version=3.0.3
ktor_version=3.1.0
compose_version=1.7.3