Skip to content

Commit e41afd0

Browse files
committed
Update mcp sdk version for spring boot autoconfigure POM
1 parent 7eabb80 commit e41afd0

File tree

1 file changed

+2
-2
lines changed
  • spring-ai-spring-boot-autoconfigure

1 file changed

+2
-2
lines changed

spring-ai-spring-boot-autoconfigure/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@
5353
<dependency>
5454
<groupId>io.modelcontextprotocol.sdk</groupId>
5555
<artifactId>mcp-spring-webflux</artifactId>
56-
<version>0.7.0-SNAPSHOT</version>
56+
<version>${mcp.sdk.version}</version>
5757
<optional>true</optional>
5858
</dependency>
5959

6060
<dependency>
6161
<groupId>io.modelcontextprotocol.sdk</groupId>
6262
<artifactId>mcp-spring-webmvc</artifactId>
63-
<version>0.7.0-SNAPSHOT</version>
63+
<version>${mcp.sdk.version}</version>
6464
<optional>true</optional>
6565
</dependency>
6666

0 commit comments

Comments
 (0)