Skip to content

Commit

Permalink
chore: align dependencies version with Flow
Browse files Browse the repository at this point in the history
Hilla pins a couple of dependencies older than the ones defined by Flow.
The clash is shown when Vaadin maven plugin fails for some reason and it
dumps the project-plugin incompatibilities.

References vaadin/flow#20740
  • Loading branch information
mcollovati committed Dec 30, 2024
1 parent 767db6e commit cc82e59
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 @@ -227,7 +227,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.13.0</version>
<version>3.17.0</version>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
Expand Down Expand Up @@ -255,7 +255,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.1</version>
<version>2.18.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit cc82e59

Please sign in to comment.