From 407ea3783e4df5ee1cf6029364babb3ac33c9960 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2020 14:10:35 +1000 Subject: [PATCH] Bump ktor_version from 1.3.2 to 1.4.0 (#143) Bumps `ktor_version` from 1.3.2 to 1.4.0. Updates `ktor-client-core` from 1.3.2 to 1.4.0 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/1.3.2...1.4.0) Updates `ktor-client-apache` from 1.3.2 to 1.4.0 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/1.3.2...1.4.0) Updates `ktor-client-gson` from 1.3.2 to 1.4.0 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/1.3.2...1.4.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Anthony Shaw --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6f052d6f..2e400d09 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { group 'org.tonybaloney.security' version '1.22.1' -def ktor_version = "1.3.2" +def ktor_version = "1.4.0" def kotlin_version = "1.4.10" repositories {