Skip to content

Commit

Permalink
build: upgrade lombok 1.18.30 and vaadin 24.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mhus authored Mar 8, 2024
1 parent 31ad8f6 commit 018e3a3
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 @@ -9,7 +9,7 @@
<description>Integration of xterm.js for Vaadin Flow</description>

<properties>
<vaadin.version>24.3.2</vaadin.version>
<vaadin.version>24.3.5</vaadin.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -76,7 +76,7 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
<version>1.18.24</version>
<version>1.18.30</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 018e3a3

Please sign in to comment.