From 832401b653b52e1de51a9f07a7bdcde049f75168 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 00:54:49 +0000 Subject: [PATCH] Bump io.ktor:ktor-client-core from 1.6.8 to 2.3.12 Bumps [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) from 1.6.8 to 2.3.12. - [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-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- shared/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/build.gradle.kts b/shared/build.gradle.kts index 40f8e7b..0b659dc 100644 --- a/shared/build.gradle.kts +++ b/shared/build.gradle.kts @@ -19,7 +19,7 @@ kotlin { sourceSets { val commonMain by getting { dependencies { - val ktorVersion = captureVersion(implementation("io.ktor:ktor-client-core:1.6.8")!!) + val ktorVersion = captureVersion(implementation("io.ktor:ktor-client-core:2.3.12")!!) implementation("io.ktor:ktor-client-json:$ktorVersion") implementation("io.ktor:ktor-client-serialization:$ktorVersion")