aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee, Tian (tl5884) <tianl@amdocs.com>2018-11-09 10:48:40 +0000
committerJames Forsyth <jf2512@att.com>2018-11-09 14:06:44 +0000
commit2d427617945ad1ec0edc644fc13219f05e7d657c (patch)
tree92d5ff61eb4b4c0543ae5ca7086f3968bdc8648b
parentbca3206ad5c70eb9dbfb109c2b6218cae515aabf (diff)
Upversion Spring Boot to 1.15.173.0.0-ONAP1.3.1
To fix NexusIQ vulnerabilities Change-Id: If9e117cfea96e6520fba44d55bee05c7b5764661 Issue-ID: AAI-1891 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com> (cherry picked from commit 5209f42102348d19a389017c1717f0edc3733b36)
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 80e6328..3df6d3d 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.15.RELEASE</spring-boot.version>
+ <spring-boot.version>1.5.17.RELEASE</spring-boot.version>
<apache.commons-text.version>1.1</apache.commons-text.version>
<commons-compress.version>1.18</commons-compress.version>
<hamcrest-all.version>1.3</hamcrest-all.version>