From 6df3da7bba5ad0b41df76297df6a0569275f1ec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 23:27:06 +0000 Subject: [PATCH] Bump io.ktor:ktor-serialization-kotlinx-json from 3.5.0 to 3.5.1 Bumps [io.ktor:ktor-serialization-kotlinx-json](https://github.com/ktorio/ktor) from 3.5.0 to 3.5.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/compare/3.5.0...3.5.1) --- updated-dependencies: - dependency-name: io.ktor:ktor-serialization-kotlinx-json dependency-version: 3.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 db91b18c..bd92b45b 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -37,11 +37,11 @@ tasks.named("run") { dependencies { implementation(project(":api")) - 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("io.ktor:ktor-client-core:3.5.1") + implementation("io.ktor:ktor-client-java:3.5.1") + implementation("io.ktor:ktor-client-cio:3.5.1") + implementation("io.ktor:ktor-client-content-negotiation:3.5.1") + implementation("io.ktor:ktor-serialization-kotlinx-json:3.5.1") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0") @@ -50,7 +50,7 @@ dependencies { testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0") testImplementation(kotlin("test")) testImplementation("io.mockk:mockk:1.14.11") - testImplementation("io.ktor:ktor-client-mock:3.5.0") + testImplementation("io.ktor:ktor-client-mock:3.5.1") testRuntimeOnly("org.junit.platform:junit-platform-launcher") implementation("com.google.auto.service:auto-service-annotations:1.1.1")