Skip to content

Commit f6c6842

Browse files
committed
bump kotlin and spring
1 parent ae10454 commit f6c6842

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

modules/spring-ai-agent-ecs/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.5.0</version>
10+
<version>3.5.3</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

@@ -23,7 +23,7 @@
2323

2424
<properties>
2525
<java.version>21</java.version>
26-
<kotlin.version>2.1.21</kotlin.version>
26+
<kotlin.version>2.2.0</kotlin.version>
2727
<spring-ai.version>1.0.0</spring-ai.version>
2828
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2929
</properties>

modules/spring-ai-java-bedrock-mcp-rag/adoptions/pom.xml

Lines changed: 1 addition & 1 deletion
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>3.5.0</version>
8+
<version>3.5.3</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.example</groupId>

modules/spring-ai-java-bedrock-mcp-rag/scheduling/pom.xml

Lines changed: 1 addition & 1 deletion
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>3.5.0</version>
8+
<version>3.5.3</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.example</groupId>

modules/spring-ai-mcp-inter-agent-ecs/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.5.0</version>
10+
<version>3.5.3</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

@@ -24,7 +24,7 @@
2424

2525
<properties>
2626
<java.version>21</java.version>
27-
<kotlin.version>2.1.21</kotlin.version>
27+
<kotlin.version>2.2.0</kotlin.version>
2828
<spring-ai.version>1.0.0</spring-ai.version>
2929
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3030
</properties>

modules/spring-ai-mcp-server-ecs/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.5.0</version>
10+
<version>3.5.3</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

@@ -17,7 +17,7 @@
1717

1818
<properties>
1919
<java.version>21</java.version>
20-
<kotlin.version>2.1.21</kotlin.version>
20+
<kotlin.version>2.2.0</kotlin.version>
2121
<spring-ai.version>1.0.0</spring-ai.version>
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2323
</properties>

0 commit comments

Comments
 (0)