From 47f6e9bb6e83e514880ecd0bad5b4a4da0b0a66a Mon Sep 17 00:00:00 2001 From: "Sanchez, Gabriel (gs882h)" Date: Mon, 19 Nov 2018 14:27:59 +0000 Subject: Upgrade to springboot 2.1.0 to resolve NexusIQ Upgrade to springboot 2.1.0 to resolve NexusIQ vulnerabilities (i.e. spring-web), a spike microservice uses springboot Dependency Management in the pom file to organisation its dependencies. Issue-ID: AAI-1902 Change-Id: I8ef3348888b4b76f892ebdf77cf6c9f9dde73ff8 Signed-off-by: Sanchez, Gabriel (gs882h) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e41dce6..281c570 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