From 813f8fa9f769979fac540070362fe0a72a786b8e Mon Sep 17 00:00:00 2001 From: Mark Allen <3417310+maallen@users.noreply.github.com> Date: Mon, 18 Nov 2024 10:25:57 +0000 Subject: [PATCH] Parameterise version --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f0889f2a0..eb3f58acc 100644 --- a/pom.xml +++ b/pom.xml @@ -38,6 +38,7 @@ true 1.9.21 2.13.5 + 1.12.0 @@ -83,7 +84,7 @@ org.apache.commons commons-text - 1.12.0 + ${commons.text.version}