From 968f35a73092c7844af3df221725271a96ec4f45 Mon Sep 17 00:00:00 2001 From: "Sanchez, Gabriel (gs882h)" Date: Mon, 19 Nov 2018 14:20:39 +0000 Subject: Upgrade to springboot 2.1.0 to resolve NexusIQ Upgrade to sprinboot 2.1.0 to resolve NexusIQ vulnerabilities (spring-web), as spike microservice uses Springboot Depedency Managemento to organise dependencies Issue-ID: AAI-1902 Change-Id: I7496e397a4438a71ffd3dd7da215891d9933a0ef Signed-off-by: gabriel.sanchez --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cc129c0..c50da0a 100644 --- a/pom.xml +++ b/pom.xml @@ -45,7 +45,7 @@ org.springframework.boot spring-boot-dependencies - 2.0.3.RELEASE + 2.1.0.RELEASE pom import -- cgit 1.2.3-korg