Skip to content

Commit d33662d

Browse files
Update dependency org.springframework.boot:spring-boot-starter-parent to v4
1 parent 5e280e6 commit d33662d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

order-service/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.9</version>
8+
<version>4.0.1</version>
99
<relativePath/>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

payment-service/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.9</version>
8+
<version>4.0.1</version>
99
<relativePath/>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

stock-service/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.9</version>
8+
<version>4.0.1</version>
99
<relativePath/>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)