Bump Spring Boot to 1.2.7

This commit is contained in:
Dave Syer
2015-11-16 16:37:59 +00:00
parent 6a70ab9e5f
commit 064cf35524

View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.2.6.RELEASE</version>
<version>1.2.7.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.5.RELEASE</version>
<version>1.2.7.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
@@ -31,7 +31,7 @@
<dependency>
<groupId>org.springframework.security.oauth</groupId>
<artifactId>spring-security-oauth2</artifactId>
<version>2.0.7.RELEASE</version>
<version>2.0.8.RELEASE</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>