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 --- openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml | 4 ++-- .../api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp') diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml index 937dff669c..b13969889c 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml @@ -66,10 +66,10 @@ javax.validation validation-api - 1.0.0.GA + ${javax.validation.version} - org.hibernate + org.hibernate.validator hibernate-validator ${hibernate.validator.version} diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/pom.xml index 1d0398fe7b..d31ce879ca 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/pom.xml @@ -48,7 +48,7 @@ ${project.version} - org.hibernate + org.hibernate.validator hibernate-validator ${hibernate.validator.version} -- cgit 1.2.3-korg