From 66af7c5df813bc779ae088c588bfab2cd9cdd74c Mon Sep 17 00:00:00 2001 From: vasraz Date: Tue, 20 Jul 2021 23:22:45 +0100 Subject: Remove dependency vulnerability Signed-off-by: Vasyl Razinkov Change-Id: Ia703de3d5bad1780e63be401ce0b435cb665f505 Issue-ID: SDC-3572 --- utils/webseal-simulator/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'utils') diff --git a/utils/webseal-simulator/pom.xml b/utils/webseal-simulator/pom.xml index 77038961f4..5e35074224 100644 --- a/utils/webseal-simulator/pom.xml +++ b/utils/webseal-simulator/pom.xml @@ -32,7 +32,7 @@ org.apache.httpcomponents httpclient - 4.5.3 + ${httpclient.version} @@ -45,13 +45,13 @@ commons-io commons-io - 2.7 + ${commons.io.version} commons-codec commons-codec - 1.9 + ${commons-codec} compile -- cgit 1.2.3-korg