From 2c5ce0f59f7c4a9a58b0082acbe4cf7d0d1fa9c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 17:02:11 +0000 Subject: [PATCH] Bump ktor-client-core from 1.5.2 to 2.2.2 Bumps [ktor-client-core](https://github.com/ktorio/ktor) from 1.5.2 to 2.2.2. - [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.5.2...2.2.2) --- 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 23e4de6..68615f9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -88,7 +88,7 @@ kotlin { val commonMain by getting { dependencies { api("io.github.animatedledstrip:animatedledstrip-core:1.0.1") - api("io.ktor:ktor-client-core:1.5.2") + api("io.ktor:ktor-client-core:2.2.2") api("io.ktor:ktor-client-serialization:1.5.2") } }