From 113880ba470922e2b1f5450515d051b372b389f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Mar 2022 21:23:03 +0200 Subject: [PATCH] Bump ktor_version from 1.6.7 to 1.6.8 (#9) Bumps `ktor_version` from 1.6.7 to 1.6.8. Updates `ktor-server-host-common` from 1.6.7 to 1.6.8 - [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.7...1.6.8) Updates `ktor-client` from 1.6.7 to 1.6.8 - [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.7...1.6.8) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-host-common dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1bae036..28c73db 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { } buildscript { - extra["ktor_version"] = "1.6.7" + extra["ktor_version"] = "1.6.8" } val ktorVersion = "1.6.7"