aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-04-09 11:40:06 -0400
committerJimmy Forsyth <jf2512@att.com>2019-04-09 11:40:09 -0400
commitadb9eba95c4a131589009192718426592e79e2af (patch)
tree1b263bfa50b39fd07a2cb1a94af267680cafeef6
parentf369604506c0ad371ceeefebf492c3c1d80eaeab (diff)
Upgrade to springboot 1.5.20.RELEASE
Issue-ID: AAI-2349 Change-Id: Ib2bd7d6c1be338b4884ab7579794b845ff266430 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 88db922..aeefdf5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>1.5.19.RELEASE</version>
+ <version>1.5.20.RELEASE</version>
<relativePath />
</parent>
<groupId>org.onap.aai.data-router</groupId>