File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ MCP tool calls cross a network. Without resilience:
1919<dependency >
2020 <groupId >io.modelcontextprotocol.sdk</groupId >
2121 <artifactId >mcp-resilience4j</artifactId >
22- <version >2.0 .1-SNAPSHOT</version >
22+ <version >2.1 .1-SNAPSHOT</version >
2323</dependency >
2424```
2525
@@ -31,7 +31,7 @@ Or via the BOM:
3131 <dependency >
3232 <groupId >io.modelcontextprotocol.sdk</groupId >
3333 <artifactId >mcp-bom</artifactId >
34- <version >2.0 .1-SNAPSHOT</version >
34+ <version >2.1 .1-SNAPSHOT</version >
3535 <type >pom</type >
3636 <scope >import</scope >
3737 </dependency >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >io.modelcontextprotocol.sdk</groupId >
88 <artifactId >mcp-parent</artifactId >
9- <version >2.0 .1-SNAPSHOT</version >
9+ <version >2.1 .1-SNAPSHOT</version >
1010 </parent >
1111 <artifactId >mcp-resilience4j</artifactId >
1212 <packaging >jar</packaging >
2828 <dependency >
2929 <groupId >io.modelcontextprotocol.sdk</groupId >
3030 <artifactId >mcp-core</artifactId >
31- <version >2.0.5 -SNAPSHOT</version >
31+ <version >2.1.1 -SNAPSHOT</version >
3232 <scope >provided</scope >
3333 </dependency >
3434
172172 <dependency >
173173 <groupId >io.modelcontextprotocol.sdk</groupId >
174174 <artifactId >mcp-json-jackson3</artifactId >
175- <version >2.0.5 -SNAPSHOT</version >
175+ <version >2.1.1 -SNAPSHOT</version >
176176 <scope >test</scope >
177177 </dependency >
178178 </dependencies >
183183 <dependency >
184184 <groupId >io.modelcontextprotocol.sdk</groupId >
185185 <artifactId >mcp-json-jackson2</artifactId >
186- <version >2.0.5 -SNAPSHOT</version >
186+ <version >2.1.1 -SNAPSHOT</version >
187187 <scope >test</scope >
188188 </dependency >
189189 </dependencies >
You can’t perform that action at this time.
0 commit comments