summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilding, Joyce (jg640n) <Joyce.Gilding@amdocs.com>2018-07-03 16:46:05 +0100
committerGilding, Joyce (jg640n) <Joyce.Gilding@amdocs.com>2018-07-03 16:49:21 +0100
commit93c1f2b31b2d66a1531851164f89a283eccc169e (patch)
tree127ca9277609bd8cb1b9e1874d74e5312cd51bb6
parent7e6fe8c29c5a5cfa5caf6ab47b30280e1fc20432 (diff)
Fix NexusIQ Security vulnerability in Casablanca
Upgrade spring-boot-dependencies Change-Id: I9744fc676b59e021000a44593cc11f885f910b0f Issue-ID: AAI-1290 Signed-off-by: Gilding, Joyce (jg640n) <Joyce.Gilding@amdocs.com>
-rw-r--r--pom.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 16c478c..b419e3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
<start-class>org.onap.aai.modelloader.service.ModelLoaderApplication</start-class>
<nexusproxy>https://nexus.onap.org</nexusproxy>
<docker.location>${basedir}/target</docker.location>
- <spring-boot.version>1.5.12.RELEASE</spring-boot.version>
+ <spring-boot.version>1.5.14.RELEASE</spring-boot.version>
<apache.commons-text.version>1.1</apache.commons-text.version>
<commons-compress.version>1.14</commons-compress.version>
<hamcrest-all.version>1.3</hamcrest-all.version>
@@ -144,10 +144,6 @@
<artifactId>jetty-security</artifactId>
</dependency>
<dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-webmvc</artifactId>
- </dependency>
- <dependency>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
<version>2.12.1</version>