Skip to content

Commit 6506881

Browse files
fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.0
1 parent c5603a0 commit 6506881

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.3.5</version>
8+
<version>3.4.0</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>ch.sbb</groupId>

sfera-mock/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-starter-parent</artifactId>
7-
<version>3.3.5</version>
7+
<version>3.4.0</version>
88
<relativePath/> <!-- lookup parent from repository -->
99
</parent>
1010
<groupId>ch.sbb</groupId>

0 commit comments

Comments
 (0)