From 4e5227ead7c581bdb89131ba829864a366556b75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 17:10:59 +0000 Subject: [PATCH] Bump ktor-client-mock from 1.5.2 to 2.1.2 Bumps [ktor-client-mock](https://github.com/ktorio/ktor) from 1.5.2 to 2.1.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.1.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..a5b8ab7 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.1.2") implementation("io.kotest:kotest-assertions-core:4.4.3") implementation("io.kotest:kotest-property:4.4.3") }