Update ktor monorepo to v3.1.2

This commit is contained in:
renovate[bot]
2025-03-27 16:49:12 +00:00
committed by GitHub
parent f87a9c5c66
commit acca6c51dd
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.2'
}