From 7edfd1e8fa68f9e7bcd93bc890e2f909bd0240a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 03:20:59 +0000 Subject: [PATCH] fix(deps): update dependency io.ktor:ktor-serialization-kotlinx-json to v2.3.5 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7e4b7bd..c38f6e6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,7 @@ kotlin { dependencies { implementation("io.ktor:ktor-client-core:2.2.4") implementation("io.ktor:ktor-client-content-negotiation:2.2.4") - implementation("io.ktor:ktor-serialization-kotlinx-json:2.2.4") + implementation("io.ktor:ktor-serialization-kotlinx-json:2.3.5") } } val commonTest by getting {