From b5da8b63f0ed204e52fa5bdda4d1153253035157 Mon Sep 17 00:00:00 2001 From: Taka Cho Date: Wed, 24 Oct 2018 10:07:12 -0400 Subject: [PATCH] upgrade spring-web version upgrade to 5.0.10.RELEASE to avoid the security issue. Change-Id: Icdc7fefe7a91f62690bf4c4f258de0443d422b87 Issue-ID: APPC-1025 Signed-off-by: Taka Cho --- CdtProxyService/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CdtProxyService/pom.xml b/CdtProxyService/pom.xml index ef47333..b91cbba 100644 --- a/CdtProxyService/pom.xml +++ b/CdtProxyService/pom.xml @@ -72,6 +72,17 @@ org.springframework.boot spring-boot-starter-web + + + org.springframework + spring-web + + + + + org.springframework + spring-web + 5.0.10.RELEASE com.fasterxml.jackson.core -- 2.16.6