summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-04-09 11:46:52 -0400
committerJimmy Forsyth <jf2512@att.com>2019-04-09 11:46:56 -0400
commit8b09b1b879ad47bdf8d0a0b8c16c79cd5b4056ab (patch)
tree897406f905db7cb56404754310a1202422c04ed2
parent83509f42fef269f44ce23be7ffa3e84ca0f569bc (diff)
Upgrade to springboot 1.5.20.RELEASE
Issue-ID: AAI-2349 Change-Id: I9394f428505dae8b611b08c236e902093331109a 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 9b2585f..e115a52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
</dependencyManagement>
<properties>
- <spring-boot.version>1.5.19.RELEASE</spring-boot.version>
+ <spring-boot.version>1.5.20.RELEASE</spring-boot.version>
<start-class>org.onap.aai.validation.ValidationServiceApplication</start-class>
<serverPort>9500</serverPort>
<sslport>9501</sslport>