From 1c175e63cadad822ccb15c960f9f1dc345c17178 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 06:14:50 +0000 Subject: [PATCH] Bump ktorVersion from 1.3.2 to 1.6.0 Bumps `ktorVersion` from 1.3.2 to 1.6.0. Updates `ktor-client-cio` from 1.3.2 to 1.6.0 - [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.3.2...1.6.0) Updates `ktor-client-json` from 1.3.2 to 1.6.0 - [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.3.2...1.6.0) Updates `ktor-client-jackson` from 1.3.2 to 1.6.0 - [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.3.2...1.6.0) Updates `ktor-server-netty` from 1.3.2 to 1.6.0 - [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.3.2...1.6.0) Updates `ktor-jackson` from 1.3.2 to 1.6.0 - [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.3.2...1.6.0) Updates `ktor-server-test-host` from 1.3.2 to 1.6.0 - [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.3.2...1.6.0) 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 d62fa97..7afe66c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -26,7 +26,7 @@ repositories { } val kotlinVersion="1.4.10" -val ktorVersion = "1.3.2" +val ktorVersion = "1.6.0" val koinVersion = "2.1.6" val logbackVersion = "1.2.3" val exposedVersion = "0.24.1"