From 8fe7f62f7e7657771b3510f76ceee294daafbf31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 05:37:32 +0000 Subject: [PATCH] Bump io.modelcontextprotocol:kotlin-sdk in the app-dependencies group Bumps the app-dependencies group with 1 update: [io.modelcontextprotocol:kotlin-sdk](https://github.com/modelcontextprotocol/kotlin-sdk). Updates `io.modelcontextprotocol:kotlin-sdk` 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 dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: app-dependencies ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index da8fab4..ca2b3d7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ dagger = "2.59.2" dav4jvm = "c63dd3b3f5" kotlinx-serialization = "1.11.0" ical4j = "4.2.5" -mcp-kotlin-sdk = "0.11.1" +mcp-kotlin-sdk = "0.12.0" sqldelight = "2.3.2" slf4j = "2.0.17"