From ec6318d14ead6247ef3b133a4f0f9ce5f49738f6 Mon Sep 17 00:00:00 2001 From: "Kushal.Sharma1" Date: Mon, 23 Feb 2026 12:09:27 +0530 Subject: [PATCH] fix(mcp): upgrade Spring Boot to 4.0.0 in brave-chatbot Resolves ClassNotFoundException for RetryTemplate (#86) caused by Spring AI 2.0.0-SNAPSHOT requirements. Signed-off-by: Kushal.Sharma1 --- model-context-protocol/web-search/brave-chatbot/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model-context-protocol/web-search/brave-chatbot/pom.xml b/model-context-protocol/web-search/brave-chatbot/pom.xml index 94d3a73..b1b37d9 100644 --- a/model-context-protocol/web-search/brave-chatbot/pom.xml +++ b/model-context-protocol/web-search/brave-chatbot/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.5 + 4.0.0 com.example