We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9359b95 commit 9f39ca7Copy full SHA for 9f39ca7
pom.xml
@@ -7,7 +7,7 @@
7
<parent>
8
<groupId>org.springframework.boot</groupId>
9
<artifactId>spring-boot-starter-parent</artifactId>
10
- <version>3.5.5</version>
+ <version>3.5.7</version>
11
<relativePath/>
12
</parent>
13
@@ -26,7 +26,7 @@
26
<maven.compiler.source>${java.version}</maven.compiler.source>
27
<maven.compiler.target>${java.version}</maven.compiler.target>
28
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
29
- <spring-ai.version>1.0.1</spring-ai.version>
+ <spring-ai.version>1.0.3</spring-ai.version>
30
</properties>
31
32
<dependencyManagement>
0 commit comments