Update ktor monorepo to v3.1.3

This commit is contained in:
renovate[bot]
2025-05-05 11:25:47 +00:00
committed by GitHub
parent f87a9c5c66
commit f57bc98fce
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.1.3'
}