summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormark.j.leonard <mark.j.leonard@gmail.com>2018-09-12 12:19:42 +0100
committermark.j.leonard <mark.j.leonard@gmail.com>2018-09-12 12:19:42 +0100
commitf04704cdab4396f57c5b4d5c516cae0835918a6a (patch)
tree09f81c2e1236e2484faedbc994b60bd0f36865a6
parent5cb976c6fce338f6fc6983dce43c75f7d5793ef0 (diff)
[Model Loader] Use Spring Boot 1.5.15
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>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index befbee3..cb0ce2d 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.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>