From 4d5dbd32a315ab6b80920b2b8d9ed93db36f39b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Nov 2021 16:00:58 +0000 Subject: [PATCH] Bump ktor-client-gson from 1.6.5 to 1.6.6 Bumps [ktor-client-gson](https://github.com/ktorio/ktor) from 1.6.5 to 1.6.6. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/commits) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-gson dependency-type: direct:production update-type: version-update:semver-patch ... 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 f147f12..4888a6f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,7 @@ dependencies { implementation("com.formdev:flatlaf:1.6.3") - implementation("io.ktor:ktor-client-gson:1.6.5") + implementation("io.ktor:ktor-client-gson:1.6.6") implementation("io.ktor:ktor-client-core:1.6.5") implementation("io.ktor:ktor-client-apache:1.6.5")