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 bf1f321 commit 6cce454Copy full SHA for 6cce454
2 files changed
apps/java-spring-ai-agents/aiagent/pom.xml
@@ -28,7 +28,7 @@
28
</scm>
29
<properties>
30
<java.version>25</java.version>
31
- <spring-ai.version>2.0.0-RC2</spring-ai.version>
+ <spring-ai.version>2.0.0</spring-ai.version>
32
</properties>
33
<dependencies>
34
<!-- Security - OAuth2 Resource Server for JWT validation -->
apps/java-spring-ai-agents/backoffice/tools/pom.xml
@@ -31,7 +31,7 @@
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-bom</artifactId>
- <version>2.0.0-RC2</version>
+ <version>2.0.0</version>
35
<type>pom</type>
36
<scope>import</scope>
37
</dependency>
0 commit comments