Extract all dependencies to BOMs and upgrade Boot

This commit is contained in:
Dave Syer
2016-01-25 15:20:16 +00:00
parent 242729c8cc
commit f044567712

View File

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