Upgrade samples to Spring Boot 1.3.3.RELEASE

Closes gh-222
This commit is contained in:
Andy Wilkinson
2016-05-05 11:13:27 +01:00
parent 1c95232e67
commit 9e84922e09
11 changed files with 50 additions and 40 deletions

View File

@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.2.7.RELEASE</version>
<version>1.3.3.RELEASE</version>
<relativePath />
</parent>
@@ -50,7 +50,6 @@
<dependency>
<groupId>org.springframework.restdocs</groupId>
<artifactId>spring-restdocs-mockmvc</artifactId>
<version>${spring-restdocs.version}</version>
<scope>test</scope>
</dependency>
</dependencies>