From 6ef2972b96b68f2fd5276839f5612ecb0efac715 Mon Sep 17 00:00:00 2001 From: guochuyicmri Date: Wed, 1 May 2019 01:02:38 +0800 Subject: Fix security risk issues Change-Id: I21266b05e4a54f47d757bb0dc006157bc136cebe Issue-ID: USECASEUI-258 Signed-off-by: guochuyicmri --- server/pom.xml | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 53 insertions(+), 3 deletions(-) diff --git a/server/pom.xml b/server/pom.xml index 16046a71..8c2fd12f 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -75,7 +75,7 @@ org.elasticsearch.client elasticsearch-rest-high-level-client - 6.6.0 + 6.6.1 org.elasticsearch @@ -141,7 +141,7 @@ org.springframework spring-core - ${spring.version} + 5.1.5.RELEASE org.springframework @@ -161,7 +161,7 @@ org.springframework spring-webmvc - ${spring.version} + 5.1.5.RELEASE org.hibernate @@ -178,6 +178,56 @@ tomcat-embed-core ${tomcat.version} + + org.apache.tomcat.embed + tomcat-embed-websocket + ${tomcat.version} + + + org.springframework.data + spring-data-commons + 2.1.5.RELEASE + + + org.springframework + spring-expression + 5.1.5.RELEASE + + + ch.qos.logback + logback-classic + 1.2.3 + + + org.eclipse.jetty + jetty-http + 9.4.14.v20181114 + + + org.springframework.boot + spring-boot-actuator + 2.1.3.RELEASE + + + org.springframework + spring-web + 5.1.5.RELEASE + + + org.apache.httpcomponents + httpclient + 4.5.3 + + + org.hibernate + hibernate-validator + 5.3.6.Final + + + org.eclipse.jetty + jetty-util + 9.4.14.v20181114 + -- cgit 1.2.3-korg