From 44a51e6db8b18bc809d8c5556d23aa4f415194a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 00:59:14 +0000 Subject: [PATCH] chore(deps): bump io.ktor:ktor-bom in /samples/weather-stdio-server Bumps [io.ktor:ktor-bom](https://github.com/ktorio/ktor) from 3.2.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/compare/3.2.3...3.4.1) --- updated-dependencies: - dependency-name: io.ktor:ktor-bom dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- samples/weather-stdio-server/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/weather-stdio-server/gradle/libs.versions.toml b/samples/weather-stdio-server/gradle/libs.versions.toml index a580416a..5fb91dc0 100644 --- a/samples/weather-stdio-server/gradle/libs.versions.toml +++ b/samples/weather-stdio-server/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] coroutines = "1.10.2" kotlin = "2.2.21" -ktor = "3.2.3" +ktor = "3.4.1" logging = "8.0.01" mcp-kotlin = "0.9.0" shadow = "9.4.0"