From 8334ea726d5e8aa3b4198cdf2a491b4d493210e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 17:56:58 +0000 Subject: [PATCH] chore(deps): bump io.ktor:ktor-client-core from 3.3.3 to 3.4.0 Bumps [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) from 3.3.3 to 3.4.0. - [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/3.3.3...3.4.0) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-core dependency-version: 3.4.0 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..27e2cb0 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.0") + implementation("io.ktor:ktor-client-cio:3.4.0") testImplementation("org.junit.jupiter:junit-jupiter:6.0.1") testRuntimeOnly("org.junit.platform:junit-platform-launcher")