aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Forsyth <jf2512@att.com>2018-11-19 16:24:55 +0000
committerGerrit Code Review <gerrit@onap.org>2018-11-19 16:24:55 +0000
commit17965deb08d2030bb4f92bf41b9aaf635dc15c4f (patch)
tree2812804558e2d8eb48bdc95f22d935471859f3a3
parentb1ea3b6d19de319a283b6284595b0465c9e98030 (diff)
parent968f35a73092c7844af3df221725271a96ec4f45 (diff)
Merge "Upgrade to springboot 2.1.0 to resolve NexusIQ"
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f149a91..f591cfb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
<!-- Import dependency management from Spring Boot -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
- <version>2.0.3.RELEASE</version>
+ <version>2.1.0.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>