Upgraded to Spring Boot 1.2.5.RELEASE

Fixes gh-11
This commit is contained in:
Erik Salter
2015-07-02 10:36:43 -04:00
committed by Dave Syer
parent 6715c48ebe
commit e805c291da

View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.2.4.RELEASE</version>
<version>1.2.5.RELEASE</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<modules>
@@ -21,7 +21,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<version>1.2.4.RELEASE</version>
<version>1.2.5.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>