From 36f5edde924ded75be9ff33d25fabad7b93cc514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 16:00:42 +0000 Subject: [PATCH] Bump io.ktor:ktor-client-core from 1.6.7 to 2.2.4 Bumps [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) from 1.6.7 to 2.2.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.7...2.2.4) --- 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 1f8312a2..36e6a8f4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -51,7 +51,7 @@ dependencies { // SDU UCloud Provider Module implementation("dk.sdu.cloud:jvm-provider-support:2022.1.4") - implementation("io.ktor:ktor-client-core:1.6.7") + implementation("io.ktor:ktor-client-core:2.2.4") implementation("io.ktor:ktor-client-cio:1.6.7") implementation("io.ktor:ktor-client-websockets:1.6.7") implementation("io.ktor:ktor-client-okhttp:1.6.7")