summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee, Tian (tl5884) <tianl@amdocs.com>2019-03-19 16:27:17 +0000
committerLee, Tian (tl5884) <tianl@amdocs.com>2019-03-19 16:27:17 +0000
commitb4da0587a12a4649007b7fbbd36b7f47399cd63c (patch)
treeaa290226f90add93adca5b781b873c1d1bc6aec6
parentfa1e0f7b61954a21240c567495d1113bba6148d2 (diff)
Upversion Spring-Boot to 1.5.19.RELEASE
Change-Id: I39c4aa7de0f24bb56caeb32bb5c997fcee951ba5 Issue-ID: AAI-2257 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 2f45b7e..311207c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,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.18.RELEASE</spring-boot.version>
+ <spring-boot.version>1.5.19.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>