We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56cb98c commit 03661adCopy full SHA for 03661ad
1 file changed
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.5</version>
+ <version>3.5.4</version>
10
<relativePath/>
11
</parent>
12
<groupId>io.github.javaaidev</groupId>
@@ -17,8 +17,8 @@
17
<properties>
18
<java.version>21</java.version>
19
<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>
+ <chat-agent-ui.version>0.12.0</chat-agent-ui.version>
+ <llm-agent-spec.version>0.2.2</llm-agent-spec.version>
22
</properties>
23
<dependencies>
24
<dependency>
0 commit comments