From 9ebf49853a2e1534ef89833b58ff27f2035ea7bb Mon Sep 17 00:00:00 2001 From: egernug Date: Fri, 20 Jun 2025 15:29:30 +0100 Subject: [PATCH] Fix DMI vulnerabilities -Upgraded httpclient5 to 5.4.4 -Upgraded springbooot to 3.4.7 Issue-ID: CPS-89 Change-Id: I92398cb9f1aa5c013102e4d6948a475c1d70d98a Signed-off-by: egernug --- dmi-service/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dmi-service/pom.xml b/dmi-service/pom.xml index 60efb445..89db0990 100644 --- a/dmi-service/pom.xml +++ b/dmi-service/pom.xml @@ -46,7 +46,7 @@ 3.3.1 7.12.0 4.0.0.4121 - 3.4.4 + 3.4.7 4.7.3.0 3.3.1 @@ -169,7 +169,7 @@ org.apache.httpcomponents.client5 httpclient5 - 5.4.1 + 5.4.4 com.jayway.jsonpath -- 2.16.6