update to ltest spring boot version (#859)

* manual authentication demo integration

* apply eclipse and security formatting rules

* add content to readme file, for manual authentication demo

* update spring boot version to 1.4.2
This commit is contained in:
gitterjim-I 2016-11-30 22:19:49 +00:00 committed by Zeger Hendrikse
parent f354f9e305
commit ac89a21ee2
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.3.RELEASE</version>
<version>1.4.2.RELEASE</version>
</parent>
<dependencies>