Upgrade Spring Boot to version 1.5.19 31/83731/3
authorMichael Arrastia <MArrasti@amdocs.com>
Fri, 29 Mar 2019 13:23:53 +0000 (13:23 +0000)
committerMichael Arrastia <MArrasti@amdocs.com>
Fri, 29 Mar 2019 13:51:24 +0000 (13:51 +0000)
Change-Id: I67319ca923a8d5c97d217d13a7b68ba083b6312e
Issue-ID: AAI-2301
Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
.gitignore
pom.xml

index 08a78dd..0631527 100644 (file)
@@ -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 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
                 <!-- Import dependency management from Spring Boot -->
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-dependencies</artifactId>
-                <version>1.5.17.RELEASE</version>
+                <version>1.5.19.RELEASE</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
-                <version>1.5.17.RELEASE</version>
+                <version>1.5.19.RELEASE</version>
                 <executions>
                     <execution>
                         <goals>