From ae4f77f1e0eec38e7035a30fd17ca3ca32d17a95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 22:02:14 +0000 Subject: [PATCH] fix(deps): update dependency io.ktor:ktor-client-mock 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 a36815a..c0088cc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -53,7 +53,7 @@ kotlin { val commonTest by getting { dependencies { implementation(kotlin("test")) - implementation("io.ktor:ktor-client-mock:2.2.4") + implementation("io.ktor:ktor-client-mock:2.3.5") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4") } }