Skip to content

Commit 0ed87dc

Browse files
fix: #2049 Upgrade spring boot package version (#2107)
1 parent c6f04fd commit 0ed87dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/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.4</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>ca.bc.gov</groupId>

oracle-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.5.0</version>
9+
<version>3.5.4</version>
1010
<relativePath /> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>ca.bc.gov</groupId>

0 commit comments

Comments
 (0)