From 33ff84d14bad6f4d83a4a47045d56e49bb6d9a50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Oct 2021 21:22:55 +0000 Subject: [PATCH] Bump ktor-client-apache from 1.6.3 to 1.6.4 Bumps [ktor-client-apache](https://github.com/ktorio/ktor) from 1.6.3 to 1.6.4. - [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.3...1.6.4) --- 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5b43f64..515a512 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ dependencies { include "io.ktor:ktor-client-gson:1.6.3" include "io.ktor:ktor-client-core:1.6.3" - include "io.ktor:ktor-client-apache:1.6.3" + include "io.ktor:ktor-client-apache:1.6.4" } shadowJar {