Skip to content

Commit 35f5c2b

Browse files
committed
Upgrade Vaadin to 24.5.0 and json-io to 4.30.0
1 parent 69322f6 commit 35f5c2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
7272
<maven.compiler.source>${java.version}</maven.compiler.source>
7373
<maven.compiler.target>${java.version}</maven.compiler.target>
74-
<vaadin.version>24.4.13</vaadin.version>
74+
<vaadin.version>24.5.0</vaadin.version>
7575
</properties>
7676

7777
<dependencies>
@@ -109,7 +109,7 @@
109109
<dependency>
110110
<groupId>com.cedarsoftware</groupId>
111111
<artifactId>json-io</artifactId>
112-
<version>4.28.0</version>
112+
<version>4.30.0</version>
113113
</dependency>
114114
<dependency>
115115
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)