Skip to content

Commit 9c06738

Browse files
committed
Upgrade to Spring AI 1.0.0-M7
1 parent 70f12a0 commit 9c06738

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

integration/spring-ai/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<maven.compiler.source>${java.version}</maven.compiler.source>
1919
<maven.compiler.target>${java.version}</maven.compiler.target>
2020
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21-
<spring-ai.version>1.0.0-M6</spring-ai.version>
21+
<spring-ai.version>1.0.0-M7</spring-ai.version>
2222
<jackson.version>2.18.3</jackson.version>
2323
</properties>
2424

@@ -47,7 +47,7 @@
4747
</dependency>
4848
<dependency>
4949
<groupId>org.springframework.ai</groupId>
50-
<artifactId>spring-ai-core</artifactId>
50+
<artifactId>spring-ai-client-chat</artifactId>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.jetbrains.kotlin</groupId>

0 commit comments

Comments
 (0)