Skip to content

Commit c8577a0

Browse files
committed
chore(all): fix tests by specifying correct versions
1 parent c1fb1ee commit c8577a0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

mcp-spring/mcp-spring-webflux/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>io.modelcontextprotocol.sdk</groupId>
2727
<artifactId>mcp</artifactId>
28-
<version>0.11.0-SNAPSHOT</version>
28+
<version>0.12.0-SNAPSHOT</version>
2929
</dependency>
3030

3131
<dependency>

mcp-spring/mcp-spring-webmvc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>io.modelcontextprotocol.sdk</groupId>
2727
<artifactId>mcp</artifactId>
28-
<version>0.11.0-SNAPSHOT</version>
28+
<version>0.12.0-SNAPSHOT</version>
2929
</dependency>
3030

3131
<dependency>
@@ -131,4 +131,4 @@
131131
</dependencies>
132132

133133

134-
</project>
134+
</project>

mcp-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>io.modelcontextprotocol.sdk</groupId>
2626
<artifactId>mcp</artifactId>
27-
<version>0.11.0-SNAPSHOT</version>
27+
<version>0.12.0-SNAPSHOT</version>
2828
</dependency>
2929

3030
<dependency>

0 commit comments

Comments
 (0)