diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | pom.xml | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -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 @@ -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> @@ -230,7 +230,7 @@ <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> |