Skip to content

Commit d6b7c33

Browse files
committed
update spring ai version
1 parent 8354a99 commit d6b7c33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 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.3</version>
9+
<version>3.4.5</version>
1010
<relativePath/>
1111
</parent>
1212
<groupId>io.github.javaaidev</groupId>
@@ -16,7 +16,7 @@
1616
<description>Simple AI agent</description>
1717
<properties>
1818
<java.version>21</java.version>
19-
<spring-ai.version>1.0.0-M6</spring-ai.version>
19+
<spring-ai.version>1.0.0-M7</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>
@@ -27,7 +27,7 @@
2727
</dependency>
2828
<dependency>
2929
<groupId>org.springframework.ai</groupId>
30-
<artifactId>spring-ai-openai-spring-boot-starter</artifactId>
30+
<artifactId>spring-ai-starter-model-openai</artifactId>
3131
</dependency>
3232

3333
<dependency>

0 commit comments

Comments
 (0)