Skip to content

Commit 9359b95

Browse files
committed
update to Spring AI 1.0.1
1 parent 30087d8 commit 9359b95

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
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>3.4.5</version>
10+
<version>3.5.5</version>
1111
<relativePath/>
1212
</parent>
1313

@@ -26,7 +26,7 @@
2626
<maven.compiler.source>${java.version}</maven.compiler.source>
2727
<maven.compiler.target>${java.version}</maven.compiler.target>
2828
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
29-
<spring-ai.version>1.0.0</spring-ai.version>
29+
<spring-ai.version>1.0.1</spring-ai.version>
3030
</properties>
3131

3232
<dependencyManagement>

0 commit comments

Comments
 (0)