From 7716383d9bb29840cc8b0ad3fd6e7682f2513952 Mon Sep 17 00:00:00 2001 From: Marco Collovati Date: Mon, 30 Dec 2024 12:31:15 +0100 Subject: [PATCH] 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 --- 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