Skip to content

Commit

Permalink
Upgrade Vaadin to 24.5.0 and json-io to 4.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pacphi committed Oct 17, 2024
1 parent 34b4adb commit bc8f143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<vaadin.version>24.4.13</vaadin.version>
<vaadin.version>24.5.0</vaadin.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -109,7 +109,7 @@
<dependency>
<groupId>com.cedarsoftware</groupId>
<artifactId>json-io</artifactId>
<version>4.28.0</version>
<version>4.30.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit bc8f143

Please sign in to comment.