[Model Loader] Use Spring Boot 1.5.15 83/66083/1
authormark.j.leonard <mark.j.leonard@gmail.com>
Wed, 12 Sep 2018 11:19:42 +0000 (12:19 +0100)
committermark.j.leonard <mark.j.leonard@gmail.com>
Wed, 12 Sep 2018 11:19:42 +0000 (12:19 +0100)
Upgrade from 1.5.14 to avoid known vulnerabilities.

Change-Id: I0921d66b5e7f1ab973a8361ac04afd4679434a6c
Issue-ID: AAI-1506
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index befbee3..cb0ce2d 100644 (file)
--- 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.14.RELEASE</spring-boot.version>
+               <spring-boot.version>1.5.15.RELEASE</spring-boot.version>
                <apache.commons-text.version>1.1</apache.commons-text.version>
                <commons-compress.version>1.17</commons-compress.version>
                <hamcrest-all.version>1.3</hamcrest-all.version>