aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanchez, Gabriel (gs882h) <gabriel.sanchez@amdocs.com>2018-11-19 14:20:39 +0000
committerSanchez, Gabriel (gs882h) <gabriel.sanchez@amdocs.com>2018-11-19 14:25:47 +0000
commit968f35a73092c7844af3df221725271a96ec4f45 (patch)
tree24e1da4d231e12dcb6f9214709f023304973a489
parent99159b883ec864955502b76844a79eb8df3bfe3f (diff)
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 <gabriel.sanchez@amdocs.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index cc129c0..c50da0a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
<!-- Import dependency management from Spring Boot -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
- <version>2.0.3.RELEASE</version>
+ <version>2.1.0.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>