Skip to content

Commit 0507946

Browse files
author
Yuriy Bezsonov
committed
chore(deps): upgrade Spring Boot and Spring AI dependencies
1 parent d5b7a3d commit 0507946

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • apps/java-spring-ai-agents/aiagent

apps/java-spring-ai-agents/aiagent/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>4.0.2</version>
8+
<version>4.0.5</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.example</groupId>
@@ -28,7 +28,7 @@
2828
</scm>
2929
<properties>
3030
<java.version>25</java.version>
31-
<spring-ai.version>2.0.0-M4</spring-ai.version>
31+
<spring-ai.version>2.0.0-M5</spring-ai.version>
3232
</properties>
3333
<dependencies>
3434
<!-- Security - OAuth2 Resource Server for JWT validation -->
@@ -129,7 +129,7 @@
129129
<dependency>
130130
<groupId>org.springaicommunity</groupId>
131131
<artifactId>spring-ai-agentcore-bom</artifactId>
132-
<version>1.0.0-RC9</version>
132+
<version>1.0.0</version>
133133
<type>pom</type>
134134
<scope>import</scope>
135135
</dependency>

0 commit comments

Comments
 (0)