From ccb2ef2125fa3729564c6c95a8ffdbd36453344f Mon Sep 17 00:00:00 2001 From: Vaadin Bot Date: Mon, 13 Jan 2025 18:32:03 +0100 Subject: [PATCH] chore: align dependencies version with Flow (#3094) (CP: 24.6) (#3125) 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 Co-authored-by: Luciano Vernaschi --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9547e6e708..6d482cc717 100644 --- a/pom.xml +++ b/pom.xml @@ -227,7 +227,7 @@ org.apache.commons commons-lang3 - 3.13.0 + 3.17.0 jakarta.servlet @@ -255,7 +255,7 @@ commons-io commons-io - 2.16.1 + 2.18.0 junit