Skip to content

Commit

Permalink
build: update to latest vaadin and hilla versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mlopezFC authored and javier-godoy committed Apr 18, 2024
1 parent e9bc9b3 commit b7af0e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<description>Integration of app-layout for Vaadin Flow</description>

<properties>
<vaadin.version>24.1.2</vaadin.version>
<hilla.version>2.1.2</hilla.version>
<vaadin.version>24.3.8</vaadin.version>
<hilla.version>2.5.7</hilla.version>

<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
Expand Down Expand Up @@ -83,13 +83,13 @@
<dependency>
<groupId>dev.hilla</groupId>
<artifactId>endpoint</artifactId>
<version>2.1.2</version>
<version>${hilla.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<version>3.1.0</version>
<version>3.2.4</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down

0 comments on commit b7af0e9

Please sign in to comment.