From 9fcc592af10a386dfc5a7cb20717c54219cdcc2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 13:06:44 +0000 Subject: [PATCH] Bump io.modelcontextprotocol.sdk:mcp from 0.11.2 to 0.13.1 Bumps [io.modelcontextprotocol.sdk:mcp](https://github.com/modelcontextprotocol/java-sdk) from 0.11.2 to 0.13.1. - [Release notes](https://github.com/modelcontextprotocol/java-sdk/releases) - [Commits](https://github.com/modelcontextprotocol/java-sdk/compare/v0.11.2...v0.13.1) --- updated-dependencies: - dependency-name: io.modelcontextprotocol.sdk:mcp dependency-version: 0.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 1c6330904..35f3d2899 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -48,7 +48,7 @@ dependencies { api 'com.vladsch.flexmark:flexmark-ext-yaml-front-matter:0.64.8' api 'com.vladsch.flexmark:flexmark-ext-toc:0.64.8' - api ('io.modelcontextprotocol.sdk:mcp:0.11.2') { + api ('io.modelcontextprotocol.sdk:mcp:0.13.1') { exclude group: "com.ethlo.time", module: "itu" exclude group: "com.fasterxml.jackson.dataformat", module: "jackson-dataformat-yaml" }