From 30dc62753e856b4fc4749f7a0758ecd5b60a81a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 02:03:55 +0000 Subject: [PATCH] Bump ktor_version from 1.6.8 to 2.0.3 Bumps `ktor_version` from 1.6.8 to 2.0.3. Updates `ktor-client-android` from 1.6.8 to 2.0.3 - [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.8...2.0.3) Updates `ktor-client-json-jvm` from 1.6.8 to 2.0.3 - [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.8...2.0.3) Updates `ktor-client-auth-jvm` from 1.6.8 to 2.0.3 - [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.8...2.0.3) Updates `ktor-client-serialization-jvm` from 1.6.8 to 2.0.3 - [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.8...2.0.3) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-android dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.ktor:ktor-client-json-jvm dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.ktor:ktor-client-auth-jvm dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.ktor:ktor-client-serialization-jvm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 72004e11..f53d4d7c 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { ext.kotlin_version = '1.5.31' ext.room_version = '2.4.2' - ext.ktor_version = '1.6.8' + ext.ktor_version = '2.0.3' repositories { google() jcenter()