Skip to content

Commit 50d356a

Browse files
authored
Upgrade to Vaadin 24.8.0
1 parent dcd6fb0 commit 50d356a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

complete/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>3.3.1</version>
9+
<version>3.5.0</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>com.example</groupId>
@@ -17,7 +17,7 @@
1717

1818
<properties>
1919
<java.version>17</java.version>
20-
<vaadin.version>24.4.4</vaadin.version>
20+
<vaadin.version>24.8.0</vaadin.version>
2121
</properties>
2222

2323
<dependencies>

0 commit comments

Comments
 (0)