From: Michael Arrastia Date: Fri, 29 Mar 2019 13:23:53 +0000 (+0000) Subject: Upgrade Spring Boot to version 1.5.19 X-Git-Tag: 1.4.0~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a6a0a0d2acc7903df3e4a0fccde8b14f8c102eb0;p=aai%2Fspike.git Upgrade Spring Boot to version 1.5.19 Change-Id: I67319ca923a8d5c97d217d13a7b68ba083b6312e Issue-ID: AAI-2301 Signed-off-by: Michael Arrastia --- diff --git a/.gitignore b/.gitignore index 08a78dd..0631527 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Application logs/ +debug-logs/ # Maven target/ @@ -17,4 +18,4 @@ target/ # Misc .checkstyle .springBeans -.vscode \ No newline at end of file +.vscode diff --git a/pom.xml b/pom.xml index 424f8e1..b2d3b22 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ org.springframework.boot spring-boot-dependencies - 1.5.17.RELEASE + 1.5.19.RELEASE pom import @@ -230,7 +230,7 @@ org.springframework.boot spring-boot-maven-plugin - 1.5.17.RELEASE + 1.5.19.RELEASE