From b7f3ac3bf85ec0c3e70897e5ea76b2f39517492d Mon Sep 17 00:00:00 2001 From: shrikantawachar Date: Thu, 13 Sep 2018 19:23:10 +0530 Subject: Handling Security violations SDC-1727, SDC-1724, SDC-1723, SDC-1718, SDC-1719, SDC-1716 and SDC-1325 Change-Id: I9a7cccbe4e0042d476bed74157e6173377b73d44 Issue-ID: SDC-1727 Signed-off-by: shrikantawachar --- openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml') 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 b55be0b47d..72f420f126 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 @@ -67,7 +67,7 @@ org.hibernate hibernate-validator - 4.3.1.Final + ${hibernate.validator.version} javax.ws.rs @@ -142,7 +142,7 @@ org.apache.cxf cxf-rt-transports-http - 2.2.2 + ${cxf.version} -- cgit 1.2.3-korg