Update ktor monorepo to v3.2.0

This commit is contained in:
renovate[bot]
2025-06-12 20:33:57 +00:00
committed by GitHub
parent f87a9c5c66
commit 86336a278c
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.1.0'
implementation 'io.ktor:ktor-client-logging-jvm:3.2.0'
}