From 0d78a158811d8855fdb08091e69802b24285038e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 19:05:08 +0000 Subject: [PATCH] Update dependency io.ktor:ktor-client-logging to v2.3.12 --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7cf31030f..786f5e56f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -193,5 +193,5 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.0") // For custom logging plugin - implementation("io.ktor:ktor-client-logging:2.3.11") + implementation("io.ktor:ktor-client-logging:2.3.12") }