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 --- integration-tests/pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'integration-tests/pom.xml') diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index c3745b6962..7a544eab78 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -155,6 +155,10 @@ limitations under the License. org.apache.commons commons-text + + commons-codec + commons-codec + @@ -180,6 +184,12 @@ limitations under the License. httpclient ${httpclient.version} test + + + commons-codec + commons-codec + + org.apache.httpcomponents @@ -414,7 +424,7 @@ limitations under the License. org.apache.httpcomponents httpclient - 4.5.5 + ${httpclient.version} -- cgit 1.2.3-korg