From 8c994a64ccfd8ef6cf9adb9f36cd63af5ebd07c0 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 e34481d74..0f5b59119 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 @@ -65,6 +65,8 @@ 1.38.0 1.25.0-alpha 2.6.0 + 2.7.3 + 1.5 @@ -221,6 +223,23 @@ axis2-jaxws ${axis2.version} + + + xalan + xalan + ${xalan.version} + + + commons-fileupload + commons-fileupload + ${commons-fileupload.version} + + + xalan + serializer + ${xalan.version} + +