From 05a74b12701aeb8b3093cf0c75e916e8faff5747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 05:28:34 +0000 Subject: [PATCH] Bump ktorVer from 1.6.8 to 2.0.0 Bumps `ktorVer` from 1.6.8 to 2.0.0. Updates `ktor-client-android` from 1.6.8 to 2.0.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.6.8...2.0.0) Updates `ktor-client-core` from 1.6.8 to 2.0.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.6.8...2.0.0) Updates `ktor-client-serialization` from 1.6.8 to 2.0.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.6.8...2.0.0) Updates `ktor-client-logging-jvm` from 1.6.8 to 2.0.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.6.8...2.0.0) Updates `ktor-client-java` from 1.6.8 to 2.0.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.6.8...2.0.0) --- 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-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.ktor:ktor-client-serialization dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.ktor:ktor-client-logging-jvm dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.ktor:ktor-client-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index dc85382..91afdff 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -91,7 +91,7 @@ ext.Dependencies.with { def kotlinVer = "1.6.10" def sqldelightVer = "1.5.3" def composeVer = "1.1.0" - def ktorVer = "1.6.8" + def ktorVer = "2.0.0" google = new DependenciesContainer() google.with {