From 48164121113e26bd175dbd2ff600138634910dd2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 2 Apr 2021 19:24:13 +0000 Subject: [PATCH] Bump ktor_version from 1.5.2 to 1.5.3 Bumps `ktor_version` from 1.5.2 to 1.5.3. Updates `ktor-client-core` from 1.5.2 to 1.5.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/commits) Updates `ktor-client-apache` from 1.5.2 to 1.5.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/commits) Updates `ktor-client-gson` from 1.5.2 to 1.5.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/master/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/commits) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 311a6b5d..a558a545 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { group 'org.tonybaloney.security' version '1.23.1' -def ktor_version = "1.5.2" +def ktor_version = "1.5.3" def kotlin_version = "1.4.32" repositories {