From 5cec24211ed035a3158a9c4af39638b12619b7d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Mar 2022 13:22:50 +0000 Subject: [PATCH] Bump ktor-client-apache from 1.6.6 to 1.6.8 Bumps [ktor-client-apache](https://github.com/ktorio/ktor) from 1.6.6 to 1.6.8. - [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...1.6.8) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-apache 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 b2729ce..598012a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ repositories { dependencies { implementation("io.ktor:ktor-client-gson:1.6.6") implementation("io.ktor:ktor-client-core:1.6.6") - implementation("io.ktor:ktor-client-apache:1.6.6") + implementation("io.ktor:ktor-client-apache:1.6.8") implementation(kotlin("stdlib-jdk8", "1.6.0")) implementation(kotlin("reflect", "1.6.0"))