From 7945cc45c45dc7661eea1296d4d43f7c048492e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 14:23:28 +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.3.3. - [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.3.3) --- updated-dependencies: - dependency-name: io.ktor:ktor-bom dependency-version: 3.3.3 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 0b75f097f..c1a799716 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.3.3" logging = "8.0.01" mcp-kotlin = "0.10.0" shadow = "9.4.1"