Skip to content

Commit 72fa4e8

Browse files
fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.5 (#929)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a1012bf commit 72fa4e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/cart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.springframework.boot</groupId>
1919
<artifactId>spring-boot-starter-parent</artifactId>
20-
<version>3.5.3</version>
20+
<version>3.5.5</version>
2121
<relativePath /> <!-- lookup parent from repository -->
2222
</parent>
2323

src/orders/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.boot</groupId>
1010
<artifactId>spring-boot-starter-parent</artifactId>
11-
<version>3.5.3</version>
11+
<version>3.5.5</version>
1212
<relativePath /> <!-- lookup parent from repository -->
1313
</parent>
1414
<groupId>com.amazon.sample</groupId>

src/ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.boot</groupId>
1010
<artifactId>spring-boot-starter-parent</artifactId>
11-
<version>3.5.3</version>
11+
<version>3.5.5</version>
1212
<relativePath /> <!-- lookup parent from repository -->
1313
</parent>
1414
<groupId>com.amazon.sample</groupId>

0 commit comments

Comments
 (0)