Upgrade to Spring Boot 1.5.4

This commit is contained in:
Andy Wilkinson
2017-06-19 22:27:17 +01:00
parent f1760bef4e
commit d0c1dcea1b

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.4.0.RELEASE</version>
<version>1.5.4.RELEASE</version>
<relativePath/>
</parent>
@@ -35,13 +35,8 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.6</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>