From b863d3d17750d4cd431e1710d29784907b7130b4 Mon Sep 17 00:00:00 2001 From: James McMullan Date: Tue, 29 Oct 2024 08:52:24 -0400 Subject: [PATCH] HPCC4J-658 Upgrade out-of-date dependencies - Upgraded commons-io to new version - Add version overrides for Axis2 deps with vulnerabilities Signed-off-by: James McMullan James.McMullan@lexisnexis.com --- pom.xml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d3e9c3440..2a54e4cac 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ 4.10.1 1.4 0.1.54 - 2.7 + 2.14.0 4.13.1 20231013 2.17.1 @@ -62,6 +62,8 @@ org.hpccsystems.commons.annotations.BaseTests 1.0.0 false + 2.7.3 + 1.5 @@ -172,6 +174,23 @@ axis2-jaxws ${axis2.version} + + + xalan + xalan + ${xalan.version} + + + commons-fileupload + commons-fileupload + ${commons-fileupload.version} + + + xalan + serializer + ${xalan.version} + +