From d7da74d3edfac9ad631bf85ac0a792c6fcedf819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Mar 2022 21:23:33 +0200 Subject: [PATCH] Bump ktor-server-core from 1.6.7 to 1.6.8 (#8) Bumps [ktor-server-core](https://github.com/ktorio/ktor) 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-core 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 28c73db..aa67956 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ buildscript { extra["ktor_version"] = "1.6.8" } -val ktorVersion = "1.6.7" +val ktorVersion = "1.6.8" val exKtorVersion = project.findProperty("version").let { if (it is String && it != "unspecified") {