Skip to content

Commit

Permalink
chore: align dependencies version with Flow (#3094) (CP: 24.6) (#3125)
Browse files Browse the repository at this point in the history
chore: align dependencies version with Flow (#3094)

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

Co-authored-by: Marco Collovati <[email protected]>
Co-authored-by: Luciano Vernaschi <[email protected]>
  • Loading branch information
3 people authored Jan 13, 2025
1 parent a2512cd commit ccb2ef2
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 ccb2ef2

Please sign in to comment.