Skip to content

Commit 5443a66

Browse files
committed
chore: upgrade springboot
1 parent d5a03fd commit 5443a66

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

backend/pom.xml

Lines changed: 2 additions & 2 deletions
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>4.0.0</version>
9+
<version>4.0.5</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212

@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.vaadin</groupId>
2626
<artifactId>exampledata</artifactId>
27-
<version>6.2.0</version>
27+
<version>7.0.0</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.springframework.boot</groupId>

vaadin-app/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>4.0.0</version>
10+
<version>4.0.5</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313

0 commit comments

Comments
 (0)