From 475e8dc8a7019854b5b6caa0cd3d933dfcc0ca38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 13:04:41 +0000 Subject: [PATCH] Bump ktor-client-gson from 1.6.6 to 2.2.2 Bumps [ktor-client-gson](https://github.com/ktorio/ktor) from 1.6.6 to 2.2.2. - [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.6...2.2.2) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-gson dependency-type: direct:production update-type: version-update:semver-major ... 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 b2729ce..3f55ff5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ repositories { } dependencies { - implementation("io.ktor:ktor-client-gson:1.6.6") + implementation("io.ktor:ktor-client-gson:2.2.2") implementation("io.ktor:ktor-client-core:1.6.6") implementation("io.ktor:ktor-client-apache:1.6.6")