Merge pull request #239 from InsanusMokrassar/renovate/io.ktor-ktor-client-logging-jvm-2.x

Update dependency io.ktor:ktor-client-logging-jvm to v2.3.7
This commit is contained in:
InsanusMokrassar 2023-12-25 08:59:47 +06:00 committed by GitHub
commit 4f128f3421
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

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