Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
pacphi authored Oct 19, 2023
1 parent 14fcb65 commit 8f1d2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<vaadin.version>24.1.10</vaadin.version>
<vaadin.version>24.2.0</vaadin.version>
<lombok.version>1.18.30</lombok.version>
</properties>

Expand Down

0 comments on commit 8f1d2d4

Please sign in to comment.