Skip to content

Commit 5da0397

Browse files
authored
feat(core): upgrade spring-ai to 1.0.1, spring-boot to 3.4.8 (alibaba#2028)
1 parent 8b761d3 commit 5da0397

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<jsoup-version>1.18.1</jsoup-version>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1717
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
18-
<spring-ai.version>1.0.0</spring-ai.version>
19-
<spring-boot.version>3.4.5</spring-boot.version>
18+
<spring-ai.version>1.0.1</spring-ai.version>
19+
<spring-boot.version>3.4.8</spring-boot.version>
2020
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
2121
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
2222

@@ -114,7 +114,7 @@
114114
<groupId>org.springframework.ai</groupId>
115115
<artifactId>spring-ai-starter-mcp-client-webflux</artifactId>
116116
</dependency>
117-
117+
118118
<!-- MCP SDK -->
119119
<dependency>
120120
<groupId>io.modelcontextprotocol.sdk</groupId>
@@ -319,7 +319,7 @@
319319
<version>2.15.1</version>
320320
</dependency>
321321
</dependencies>
322-
322+
323323

324324
<build>
325325
<finalName>jmanus</finalName>

0 commit comments

Comments
 (0)