From c738fc930116a6aaf35badda635e4b4c04f26a4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 10:14:11 +0000 Subject: [PATCH] chore(deps): bump mcp-kotlin in /samples/weather-stdio-server Bumps `mcp-kotlin` from 0.11.1 to 0.12.0. Updates `io.modelcontextprotocol:kotlin-sdk-client` from 0.11.1 to 0.12.0 - [Release notes](https://github.com/modelcontextprotocol/kotlin-sdk/releases) - [Commits](https://github.com/modelcontextprotocol/kotlin-sdk/compare/0.11.1...0.12.0) Updates `io.modelcontextprotocol:kotlin-sdk-server` from 0.11.1 to 0.12.0 - [Release notes](https://github.com/modelcontextprotocol/kotlin-sdk/releases) - [Commits](https://github.com/modelcontextprotocol/kotlin-sdk/compare/0.11.1...0.12.0) --- updated-dependencies: - dependency-name: io.modelcontextprotocol:kotlin-sdk-client dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.modelcontextprotocol:kotlin-sdk-server dependency-version: 0.12.0 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 19874f44..b294c801 100644 --- a/samples/weather-stdio-server/gradle/libs.versions.toml +++ b/samples/weather-stdio-server/gradle/libs.versions.toml @@ -3,7 +3,7 @@ coroutines = "1.10.2" kotlin = "2.3.21" ktor = "3.3.3" logging = "8.0.01" -mcp-kotlin = "0.11.1" +mcp-kotlin = "0.12.0" shadow = "9.4.1" slf4j = "2.0.17"