Skip to content

Commit 6a670e5

Browse files
authored
Merge pull request #2925 from bcgov/dependabot/maven/src/backend/org.springframework.boot-spring-boot-starter-parent-3.5.4
Bump org.springframework.boot:spring-boot-starter-parent from 3.5.0 to 3.5.4 in /src/backend
2 parents 6c776af + ee856e8 commit 6a670e5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/backend/efiling-api/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
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>
9+
910
<relativePath/> <!-- lookup parent from repository -->
1011
</parent>
1112
<groupId>ca.bc.gov.open.jag</groupId>

src/backend/libs/efiling-cso-starter/pom.xml

Lines changed: 1 addition & 1 deletion
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.4</version>
1111
<relativePath/>
1212
</parent>
1313

0 commit comments

Comments
 (0)