Skip to content

Commit a9d69eb

Browse files
committed
Update to Spring AI 1.0.1
1 parent 3171b59 commit a9d69eb

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.5</version>
9+
<version>3.5.5</version>
1010
<relativePath/>
1111
</parent>
1212

@@ -18,7 +18,7 @@
1818
<properties>
1919
<java.version>21</java.version>
2020
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21-
<spring-ai.version>1.0.0</spring-ai.version>
21+
<spring-ai.version>1.0.1</spring-ai.version>
2222
<chat-agent-ui.version>0.11.0</chat-agent-ui.version>
2323
<llm-agent-spec.version>0.1.2</llm-agent-spec.version>
2424
</properties>

0 commit comments

Comments
 (0)