Skip to content

Commit 0c745b0

Browse files
mlopezFCpaodb
authored andcommitted
build: update to vaadin 24.4.4
1 parent cd70b17 commit 0c745b0

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

pom.xml

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

1111
<properties>
12-
<vaadin.version>24.3.8</vaadin.version>
13-
<hilla.version>2.5.7</hilla.version>
14-
12+
<vaadin.version>24.4.4</vaadin.version>
1513
<maven.compiler.source>17</maven.compiler.source>
1614
<maven.compiler.target>17</maven.compiler.target>
1715
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1816
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
19-
2017
<drivers.dir>${project.basedir}/drivers</drivers.dir>
21-
2218
<jetty.version>11.0.14</jetty.version>
2319
</properties>
2420
<organization>
@@ -81,10 +77,8 @@
8177
<optional>true</optional>
8278
</dependency>
8379
<dependency>
84-
<groupId>dev.hilla</groupId>
85-
<artifactId>endpoint</artifactId>
86-
<version>${hilla.version}</version>
87-
<optional>true</optional>
80+
<groupId>com.vaadin</groupId>
81+
<artifactId>hilla</artifactId>
8882
</dependency>
8983
<dependency>
9084
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)