From a732afdf6a5d540cb13db9373d22127c6d93c29f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 05:28:55 +0000 Subject: [PATCH] Bump io.ktor:ktor-client-content-negotiation from 3.4.3 to 3.5.0 Bumps [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) from 3.4.3 to 3.5.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.4.3...3.5.0) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-content-negotiation dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- core/build.gradle.kts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core/build.gradle.kts b/core/build.gradle.kts index b8130302..33e95537 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -39,11 +39,11 @@ tasks.named("run") { dependencies { implementation(project(":api")) - implementation("io.ktor:ktor-client-core:3.4.3") - implementation("io.ktor:ktor-client-java:3.4.3") - implementation("io.ktor:ktor-client-cio:3.4.3") - implementation("io.ktor:ktor-client-content-negotiation:3.4.3") - implementation("io.ktor:ktor-serialization-kotlinx-json:3.4.3") + implementation("io.ktor:ktor-client-core:3.5.0") + implementation("io.ktor:ktor-client-java:3.5.0") + implementation("io.ktor:ktor-client-cio:3.5.0") + implementation("io.ktor:ktor-client-content-negotiation:3.5.0") + implementation("io.ktor:ktor-serialization-kotlinx-json:3.5.0") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0") @@ -52,7 +52,7 @@ dependencies { testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0") testImplementation(kotlin("test")) testImplementation("io.mockk:mockk:1.14.9") - testImplementation("io.ktor:ktor-client-mock:3.4.3") + testImplementation("io.ktor:ktor-client-mock:3.5.0") testRuntimeOnly("org.junit.platform:junit-platform-launcher") implementation("com.google.auto.service:auto-service-annotations:1.1.1")