From 1ed40f758d2aa961f59992ad81be7e1eedcd0ac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 13:13:10 +0000 Subject: [PATCH] Bump io.ktor:ktor-network from 3.5.0 to 3.5.1 Bumps [io.ktor:ktor-network](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-network dependency-version: 3.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- cli-adapter/build.gradle.kts | 2 +- cli-client/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli-adapter/build.gradle.kts b/cli-adapter/build.gradle.kts index 8943d0fb..5417c67c 100644 --- a/cli-adapter/build.gradle.kts +++ b/cli-adapter/build.gradle.kts @@ -33,7 +33,7 @@ dependencies { implementation("com.google.auto.service:auto-service-annotations:1.1.1") kapt("com.google.auto.service:auto-service:1.1.1") - implementation("io.ktor:ktor-network:3.5.0") + implementation("io.ktor:ktor-network:3.5.1") implementation("org.slf4j:slf4j-api:2.0.18") testImplementation("org.junit.jupiter:junit-jupiter:6.1.1") diff --git a/cli-client/build.gradle.kts b/cli-client/build.gradle.kts index 7bb4ea9c..1e6c795e 100644 --- a/cli-client/build.gradle.kts +++ b/cli-client/build.gradle.kts @@ -35,7 +35,7 @@ kotlin { commonMain.dependencies { implementation(project(":api")) implementation(project(":cli-protocol")) - implementation("io.ktor:ktor-network:3.5.0") + implementation("io.ktor:ktor-network:3.5.1") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.11.0") }