From 78c9c3b5800f7a0244f55710c1659c0b0f18ec99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 05:21:26 +0000 Subject: [PATCH] Bump io.ktor:ktor-client-content-negotiation from 3.4.2 to 3.4.3 Bumps [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) from 3.4.2 to 3.4.3. - [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-content-negotiation dependency-version: 3.4.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- core/build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/build.gradle.kts b/core/build.gradle.kts index 0c956d8..3f87bc7 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -10,10 +10,10 @@ application { } dependencies { - implementation("io.ktor:ktor-client-core:3.4.2") - implementation("io.ktor:ktor-client-java:3.4.2") - implementation("io.ktor:ktor-client-content-negotiation:3.4.2") - implementation("io.ktor:ktor-serialization-kotlinx-json:3.4.2") + implementation("io.ktor:ktor-client-core:3.4.3") + implementation("io.ktor:ktor-client-java:3.4.3") + implementation("io.ktor:ktor-client-content-negotiation:3.4.3") + implementation("io.ktor:ktor-serialization-kotlinx-json:3.4.3") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0")