From 956d9ebe0e869348d5e90ca8bd1b4a48cae12e5f Mon Sep 17 00:00:00 2001 From: Jegadeesh Babu Date: Mon, 1 Apr 2019 15:06:32 +0530 Subject: [PATCH] spring security upgrade Security fix Issue-ID: DCAEGEN2-1208 Change-Id: I6430beb64de4353bc636f295e7960115a9f89fa9 Signed-off-by: Jegadeesh Babu --- dcae-analytics/pom.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/dcae-analytics/pom.xml b/dcae-analytics/pom.xml index 8bdcf1d..659d099 100644 --- a/dcae-analytics/pom.xml +++ b/dcae-analytics/pom.xml @@ -58,6 +58,7 @@ 3.0.0-SNAPSHOT 2.0.5.RELEASE Finchley.RC2 + 5.0.11.RELEASE 1.4 2.9.2 3.0.2 @@ -246,6 +247,12 @@ org.springframework.boot spring-boot-dependencies ${spring.boot.version} + + + org.springframework + spring-web + + pom import @@ -257,7 +264,11 @@ pom import - + + org.springframework + spring-web + ${spring.version} + -- 2.16.6