Update Spring Boot-based samples to 2.1.3

Closes gh-586
This commit is contained in:
Andy Wilkinson
2019-02-21 10:10:09 +00:00
parent ba48a7270a
commit 9ae2448790
6 changed files with 12 additions and 18 deletions

View File

@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.1.3.RELEASE</version>
<relativePath />
</parent>