Skip to content

Commit 4e6bf1a

Browse files
committed
update dependency
1 parent f05d806 commit 4e6bf1a

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

pom.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,23 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>3.4.5</version>
10+
<version>3.4.6</version>
1111
<relativePath/>
1212
</parent>
1313

1414
<groupId>com.javaaidev.easymcpclient</groupId>
1515
<artifactId>easy-mcp-client</artifactId>
16-
<version>0.1.0</version>
16+
<name>Easy MCP Client</name>
17+
<description>An easy-to-use MCP client for testing</description>
18+
<version>0.2.0</version>
1719

1820
<properties>
1921
<maven.compiler.source>21</maven.compiler.source>
2022
<maven.compiler.target>21</maven.compiler.target>
2123
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
22-
<spring-ai.version>1.0.0-M8</spring-ai.version>
24+
<spring-ai.version>1.0.0</spring-ai.version>
2325
<chat-agent-ui.version>0.11.0</chat-agent-ui.version>
24-
<llm-agent-spec.version>0.1.4</llm-agent-spec.version>
26+
<llm-agent-spec.version>0.2.0</llm-agent-spec.version>
2527
</properties>
2628

2729
<dependencies>
@@ -67,7 +69,7 @@
6769
<dependency>
6870
<groupId>io.modelcontextprotocol.sdk</groupId>
6971
<artifactId>mcp-bom</artifactId>
70-
<version>0.9.0</version>
72+
<version>0.10.0</version>
7173
<type>pom</type>
7274
<scope>import</scope>
7375
</dependency>

0 commit comments

Comments
 (0)