From ac93be3943e4588729d264e0a86e3d62210cafae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 18:01:54 +0000 Subject: [PATCH] chore(deps): bump io.ktor:ktor-client-core from 3.3.3 to 3.4.1 Bumps [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) from 3.3.3 to 3.4.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/commits) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-core dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- common/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/build.gradle.kts b/common/build.gradle.kts index 0898a1a..9ae26ba 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -3,8 +3,8 @@ plugins { `java-library` } dependencies { api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2") api("com.google.code.gson:gson:2.11.0") - implementation("io.ktor:ktor-client-core:3.3.3") - implementation("io.ktor:ktor-client-cio:3.3.3") + implementation("io.ktor:ktor-client-core:3.4.1") + implementation("io.ktor:ktor-client-cio:3.4.1") testImplementation("org.junit.jupiter:junit-jupiter:6.0.1") testRuntimeOnly("org.junit.platform:junit-platform-launcher")