summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-04-09 12:38:53 -0400
committerJimmy Forsyth <jf2512@att.com>2019-04-09 12:38:56 -0400
commitd5e399e0438c77a080ac70112dceedf4e16f89de (patch)
treec221dbbe18bdb6f04f9d3254a2cc3ce0af73e375
parentb4da0587a12a4649007b7fbbd36b7f47399cd63c (diff)
Upgrade to springboot 1.5.20.RELEASE
Issue-ID: AAI-2349 Change-Id: Ic5cacde0863619d6cc1d4e93de9fddf7e72f50b6 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 311207c..7fee490 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.19.RELEASE</spring-boot.version>
+ <spring-boot.version>1.5.20.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>