File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ Add the following Maven dependency to your project:
143
143
<dependency >
144
144
<groupId >io.github.codeboyzhou</groupId >
145
145
<artifactId >mcp-declarative-java-sdk</artifactId >
146
- <version >0.8.0-SNAPSHOT </version >
146
+ <version >0.8.0</version >
147
147
</dependency >
148
148
```
149
149
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Add the following Maven dependency to your project:
18
18
<dependency >
19
19
<groupId >io.github.codeboyzhou</groupId >
20
20
<artifactId >mcp-declarative-java-sdk</artifactId >
21
- <version >0.8.0-SNAPSHOT </version >
21
+ <version >0.8.0</version >
22
22
</dependency >
23
23
```
24
24
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >io.github.codeboyzhou</groupId >
8
8
<artifactId >mcp-declarative-java-sdk</artifactId >
9
- <version >0.8.0-SNAPSHOT </version >
9
+ <version >0.8.0</version >
10
10
11
11
<name >MCP Declarative Java SDK</name >
12
12
<description >Annotation-driven MCP (Model Context Protocol) Development with Java - No Spring Framework Required</description >
54
54
<spotbugs-maven-plugin .version>4.9.3.2</spotbugs-maven-plugin .version>
55
55
<spotless-maven-plugin .version>2.46.1</spotless-maven-plugin .version>
56
56
<!-- ==================== dependency versions ======================-->
57
- <annotations .version>24 .0.0 </annotations .version>
58
- <guice .version>6 .0.0</guice .version>
59
- <jackson-dataformat-yaml .version>2.18.3 </jackson-dataformat-yaml .version>
60
- <jetty .version>12.0.18 </jetty .version>
61
- <junit5 .version>5.10.2 </junit5 .version>
57
+ <annotations .version>26 .0.2 </annotations .version>
58
+ <guice .version>7 .0.0</guice .version>
59
+ <jackson-dataformat-yaml .version>2.19.2 </jackson-dataformat-yaml .version>
60
+ <jetty .version>12.1.0 </jetty .version>
61
+ <junit5 .version>5.13.4 </junit5 .version>
62
62
<logback .version>1.5.18</logback .version>
63
63
<mcp-sdk .version>0.11.2</mcp-sdk .version>
64
- <mockito .version>5.18 .0</mockito .version>
64
+ <mockito .version>5.19 .0</mockito .version>
65
65
<reflections .version>0.10.2</reflections .version>
66
66
</properties >
67
67
You can’t perform that action at this time.
0 commit comments