From 816cbcfe779a953d10ad00cbfe38d803024b3b06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 17:03:08 +0000 Subject: [PATCH] Bump ktor-client-mock from 1.5.2 to 2.2.2 Bumps [ktor-client-mock](https://github.com/ktorio/ktor) from 1.5.2 to 2.2.2. - [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.2) --- 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..c89a2bd 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.2") implementation("io.kotest:kotest-assertions-core:4.4.3") implementation("io.kotest:kotest-property:4.4.3") }