From 303d3be1edfb72d8be4c514b7f1a30d8ad3494b7 Mon Sep 17 00:00:00 2001 From: Maxime Fontaine Date: Mon, 25 Nov 2024 17:40:14 +0400 Subject: [PATCH] [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}