From 19256996b420af4070bb38d757ce961512d985b5 Mon Sep 17 00:00:00 2001 From: guochuyicmri Date: Mon, 29 Apr 2019 16:39:14 +0800 Subject: [PATCH] Fix security risk issues Change-Id: I28ad841d4b9cd0f9c423c5899bb292c970e34e5e Issue-ID: USECASEUI-258 Signed-off-by: guochuyicmri --- server/pom.xml | 80 ++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 50 insertions(+), 30 deletions(-) diff --git a/server/pom.xml b/server/pom.xml index 74a63043..0878fcfd 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -15,14 +15,14 @@ limitations under the License. --> - - + + org.onap.usecase-ui.server usecase-ui-server-parent 1.3.0-SNAPSHOT - - 4.0.0 + + 4.0.0 org.onap.usecase-ui.server usecase-ui-server 1.3.0-SNAPSHOT @@ -38,7 +38,7 @@ 4.3.4.RELEASE 1.0.2 1.4 - 2.9.0 + 2.9.8 @@ -72,20 +72,20 @@ spring-boot-starter-data-rest - org.elasticsearch.client - elasticsearch-rest-high-level-client - 6.6.0 - + org.elasticsearch.client + elasticsearch-rest-high-level-client + 6.6.0 + org.elasticsearch elasticsearch - - - + + + org.elasticsearch elasticsearch - 6.6.0 + 6.6.1 org.springframework.data @@ -99,18 +99,18 @@ org.springframework.boot spring-boot-starter-web - - - postgresql - postgresql - 9.1-901-1.jdbc4 - - - - org.postgresql - postgresql - runtime - + + + postgresql + postgresql + 8.2-511.jdbc3 + + + + org.postgresql + postgresql + runtime + org.projectlombok lombok @@ -218,12 +218,12 @@ fastjson 1.2.29 - + - com.alibaba - dubbo - 2.6.5 - + com.alibaba + dubbo + 2.6.5 + org.openecomp.sdc.jtosca jtosca @@ -280,6 +280,17 @@ + + org.springframework.boot + spring-boot-maven-plugin + + ZIP + + org.eclipse.jetty + dom4j + + + org.springframework.boot spring-boot-maven-plugin @@ -326,6 +337,15 @@ + + + src/main/resources + + * + + true + + -- 2.16.6