We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c59dd5e commit 87c60b6Copy full SHA for 87c60b6
pom.xml
@@ -6,7 +6,7 @@
6
<parent>
7
<groupId>org.springframework.boot</groupId>
8
<artifactId>spring-boot-starter-parent</artifactId>
9
- <version>3.4.4</version>
+ <version>3.4.6</version>
10
<relativePath/>
11
</parent>
12
<groupId>com.javaaidev</groupId>
@@ -16,7 +16,7 @@
16
<description>Spring AI web page Q & A</description>
17
<properties>
18
<java.version>21</java.version>
19
- <spring-ai.version>1.0.0-M8</spring-ai.version>
+ <spring-ai.version>1.0.0</spring-ai.version>
20
<chat-agent-ui.version>0.11.0</chat-agent-ui.version>
21
<llm-agent-spec.version>0.1.2</llm-agent-spec.version>
22
</properties>
0 commit comments