From 30b974a429821c7a065b393b690e2380afce3284 Mon Sep 17 00:00:00 2001 From: vasraz Date: Wed, 19 May 2021 18:22:12 +0100 Subject: Update vulnerable package dependencies org.apache.commons.lang -> org.apache.commons.lang3:3.10 Signed-off-by: Vasyl Razinkov Change-Id: I5806fd786394d278244fd88ea4925a91c2f05622 Issue-ID: SDC-3572 --- openecomp-be/lib/openecomp-sdc-datatypes-lib/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'openecomp-be/lib/openecomp-sdc-datatypes-lib/pom.xml') diff --git a/openecomp-be/lib/openecomp-sdc-datatypes-lib/pom.xml b/openecomp-be/lib/openecomp-sdc-datatypes-lib/pom.xml index 02914799ee..77f8253d2b 100644 --- a/openecomp-be/lib/openecomp-sdc-datatypes-lib/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-datatypes-lib/pom.xml @@ -44,9 +44,9 @@ ${swagger.version} - commons-lang - commons-lang - ${commons.lang.version} + org.apache.commons + commons-lang3 + ${commons.lang3.version} org.onap.sdc.common -- cgit 1.2.3-korg