From 37e6331d985982cdc3909366f7c10bd8da563bec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 17:02:16 +0000 Subject: [PATCH] Bump ktor-client-mock from 1.5.2 to 2.2.1 Bumps [ktor-client-mock](https://github.com/ktorio/ktor) from 1.5.2 to 2.2.1. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/1.5.2...2.2.1) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-mock dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 23e4de6..c44cd98 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -96,7 +96,7 @@ kotlin { dependencies { implementation(kotlin("test-common")) implementation(kotlin("test-annotations-common")) - implementation("io.ktor:ktor-client-mock:1.5.2") + implementation("io.ktor:ktor-client-mock:2.2.1") implementation("io.kotest:kotest-assertions-core:4.4.3") implementation("io.kotest:kotest-property:4.4.3") }