Skip to content

Commit ec6318d

Browse files
author
Kushal.Sharma1
committed
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 <kushal.sharma1@dpwrold.com>
1 parent bdbda5b commit ec6318d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • model-context-protocol/web-search/brave-chatbot

model-context-protocol/web-search/brave-chatbot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.4.5</version>
9+
<version>4.0.0</version>
1010
<relativePath /> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>com.example</groupId>

0 commit comments

Comments
 (0)