From 532c4051c4eb9c0eeee712ca2b8669b8b40cbe6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 19:03:19 +0000 Subject: [PATCH] build(deps): bump ktor-server-test-host from 1.6.2 to 2.2.2 Bumps [ktor-server-test-host](https://github.com/ktorio/ktor) from 1.6.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.6.2...2.2.2) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-test-host 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 a01243b..1db6bce 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ import io.gitlab.arturbosch.detekt.Detekt val logbackVersion = "1.2.5" val koinVersion = "3.1.2" -val ktorVersion = "1.6.2" +val ktorVersion = "2.2.2" val arrowVersion = "0.13.2" buildscript {