aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanchez, Gabriel (gs882h) <gabriel.sanchez@amdocs.com>2018-11-19 14:27:59 +0000
committerSanchez, Gabriel (gs882h) <gabriel.sanchez@amdocs.com>2018-11-19 14:27:59 +0000
commit47f6e9bb6e83e514880ecd0bad5b4a4da0b0a66a (patch)
tree6cad0963ea829553207eaed144a6ad71526e2b53
parent5c6a90b19ec70fad9025029f4b5bcb4f4fc3427a (diff)
Upgrade to springboot 2.1.0 to resolve NexusIQ3.0.1-ONAPcasablanca
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) <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 e41dce6..281c570 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>