From 773f1c8f74b5dd10cbe46b80278b11553915c3d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 21:23:45 +0000 Subject: [PATCH] Bump ktor-client-core from 1.6.5 to 2.1.1 Bumps [ktor-client-core](https://github.com/ktorio/ktor) from 1.6.5 to 2.1.1. - [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.5...2.1.1) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-core 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 dd041b2..02a0b04 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ dependencies { implementation("com.formdev:flatlaf:1.6.3") implementation("io.ktor:ktor-client-gson:1.6.5") - implementation("io.ktor:ktor-client-core:1.6.5") + implementation("io.ktor:ktor-client-core:2.1.1") implementation("io.ktor:ktor-client-apache:1.6.5") implementation("io.github.microutils:kotlin-logging-jvm:2.1.0")