From 243955ad36a843a7cac4caa587e99bad7f57c0c8 Mon Sep 17 00:00:00 2001 From: Maxime Fontaine Date: Mon, 25 Nov 2024 17:22:17 +0400 Subject: [PATCH 1/2] [dep] upgrade uship, fusion, tomcat and commons-compress --- pom.xml | 20 +++++++++++++++---- .../yupiik-batch-ui-backend/pom.xml | 13 +++++++++++- 2 files changed, 28 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index b4b59f8..82428fc 100644 --- a/pom.xml +++ b/pom.xml @@ -30,10 +30,10 @@ 5.10.2 2.0.27 - 1.0.17 + 1.0.19 1.0.8 - 1.0.18 - 10.1.24 + 1.0.21 + 10.1.33 4.24 @@ -63,7 +63,19 @@ org.apache.commons commons-compress - 1.26.1 + 1.26.2 + + + + commons-io + commons-io + + + + + commons-io + commons-io + 2.18.0 diff --git a/yupiik-batch-ui/yupiik-batch-ui-backend/pom.xml b/yupiik-batch-ui/yupiik-batch-ui-backend/pom.xml index 7bd600d..dbd07dd 100644 --- a/yupiik-batch-ui/yupiik-batch-ui-backend/pom.xml +++ b/yupiik-batch-ui/yupiik-batch-ui-backend/pom.xml @@ -41,7 +41,7 @@ org.apache.tomcat tomcat-jdbc - 10.0.27 + ${tomcat.version} @@ -55,6 +55,17 @@ org.apache.openwebbeans openwebbeans-junit5 ${owb.version} + + + + org.apache.xbean + xbean-asm9-shaded + + + org.apache.xbean + xbean-finder-shaded + + jakarta test From 303d3be1edfb72d8be4c514b7f1a30d8ad3494b7 Mon Sep 17 00:00:00 2001 From: Maxime Fontaine Date: Mon, 25 Nov 2024 17:40:14 +0400 Subject: [PATCH 2/2] [pom] use properties for dependencies version --- pom.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 82428fc..42d7d1b 100644 --- a/pom.xml +++ b/pom.xml @@ -35,6 +35,9 @@ 1.0.21 10.1.33 4.24 + 1.26.2 + 2.18.0 + 2.2.224 @@ -52,7 +55,7 @@ com.h2database h2 - 2.2.224 + ${h2.version} test @@ -63,7 +66,7 @@ org.apache.commons commons-compress - 1.26.2 + ${commons-compress.version} @@ -75,7 +78,7 @@ commons-io commons-io - 2.18.0 + ${commons-io.version}