Skip to content

Commit 87c60b6

Browse files
committed
Upgrade to Spring AI 1.0.0
1 parent c59dd5e commit 87c60b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.4.4</version>
9+
<version>3.4.6</version>
1010
<relativePath/>
1111
</parent>
1212
<groupId>com.javaaidev</groupId>
@@ -16,7 +16,7 @@
1616
<description>Spring AI web page Q &amp; A</description>
1717
<properties>
1818
<java.version>21</java.version>
19-
<spring-ai.version>1.0.0-M8</spring-ai.version>
19+
<spring-ai.version>1.0.0</spring-ai.version>
2020
<chat-agent-ui.version>0.11.0</chat-agent-ui.version>
2121
<llm-agent-spec.version>0.1.2</llm-agent-spec.version>
2222
</properties>

0 commit comments

Comments
 (0)