summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjimmy <jf2512@att.com>2018-12-17 13:51:13 -0500
committerjimmy <jf2512@att.com>2018-12-17 13:51:19 -0500
commitd51609df415b6483598c54a8fc27b66731690416 (patch)
tree10e19b529713e87df370d47dab3c9186dcd6c63d
parent17b7235cdaca01a6d50d0b2bda6ceb2a239b8862 (diff)
Update to springboot 1.5.18
Issue-ID: AAI-2011 Change-Id: Ied244abbd7cd1dadd8af9a95fbfc9389d9c644ea Signed-off-by: jimmy <jf2512@att.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 71a9eb0..e9ed010 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.17.RELEASE</spring-boot.version>
+ <spring-boot.version>1.5.18.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>