From e0c317e6b17814720358fb82bb6c9c5bcb2e8d6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Dec 2021 00:16:17 +0000 Subject: [PATCH] Bump ktor-client-apache from 1.6.5 to 1.6.7 Bumps [ktor-client-apache](https://github.com/ktorio/ktor) from 1.6.5 to 1.6.7. - [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-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 dd041b2..839cf8d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ dependencies { implementation("io.ktor:ktor-client-gson:1.6.5") implementation("io.ktor:ktor-client-core:1.6.5") - implementation("io.ktor:ktor-client-apache:1.6.5") + implementation("io.ktor:ktor-client-apache:1.6.7") implementation("io.github.microutils:kotlin-logging-jvm:2.1.0") implementation("ch.qos.logback:logback-classic:1.2.7")