Skip to content

Commit 018e3a3

Browse files
authored
build: upgrade lombok 1.18.30 and vaadin 24.3.5
1 parent 31ad8f6 commit 018e3a3

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
@@ -9,7 +9,7 @@
99
<description>Integration of xterm.js for Vaadin Flow</description>
1010

1111
<properties>
12-
<vaadin.version>24.3.2</vaadin.version>
12+
<vaadin.version>24.3.5</vaadin.version>
1313
<maven.compiler.source>17</maven.compiler.source>
1414
<maven.compiler.target>17</maven.compiler.target>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -76,7 +76,7 @@
7676
<groupId>org.projectlombok</groupId>
7777
<artifactId>lombok</artifactId>
7878
<scope>provided</scope>
79-
<version>1.18.24</version>
79+
<version>1.18.30</version>
8080
</dependency>
8181

8282
<dependency>

0 commit comments

Comments
 (0)