Skip to content

Commit b7af0e9

Browse files
mlopezFCjavier-godoy
authored andcommitted
build: update to latest vaadin and hilla versions
1 parent e9bc9b3 commit b7af0e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<description>Integration of app-layout for Vaadin Flow</description>
1010

1111
<properties>
12-
<vaadin.version>24.1.2</vaadin.version>
13-
<hilla.version>2.1.2</hilla.version>
12+
<vaadin.version>24.3.8</vaadin.version>
13+
<hilla.version>2.5.7</hilla.version>
1414

1515
<maven.compiler.source>17</maven.compiler.source>
1616
<maven.compiler.target>17</maven.compiler.target>
@@ -83,13 +83,13 @@
8383
<dependency>
8484
<groupId>dev.hilla</groupId>
8585
<artifactId>endpoint</artifactId>
86-
<version>2.1.2</version>
86+
<version>${hilla.version}</version>
8787
<optional>true</optional>
8888
</dependency>
8989
<dependency>
9090
<groupId>org.springframework.boot</groupId>
9191
<artifactId>spring-boot-autoconfigure</artifactId>
92-
<version>3.1.0</version>
92+
<version>3.2.4</version>
9393
<optional>true</optional>
9494
</dependency>
9595
<dependency>

0 commit comments

Comments
 (0)