From e41afd04a942a0dc9f5cc3585da45f6621fd610b Mon Sep 17 00:00:00 2001 From: Ilayaperumal Gopinathan Date: Fri, 14 Feb 2025 13:29:26 +0000 Subject: [PATCH] Update mcp sdk version for spring boot autoconfigure POM --- spring-ai-spring-boot-autoconfigure/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-ai-spring-boot-autoconfigure/pom.xml b/spring-ai-spring-boot-autoconfigure/pom.xml index ac2df801d..402abd895 100644 --- a/spring-ai-spring-boot-autoconfigure/pom.xml +++ b/spring-ai-spring-boot-autoconfigure/pom.xml @@ -53,14 +53,14 @@ io.modelcontextprotocol.sdk mcp-spring-webflux - 0.7.0-SNAPSHOT + ${mcp.sdk.version} true io.modelcontextprotocol.sdk mcp-spring-webmvc - 0.7.0-SNAPSHOT + ${mcp.sdk.version} true