Upgrade Maven build to Spring Boot 2.1.2 as well

This commit is contained in:
Sebastien Deleuze
2019-01-21 15:32:01 +01:00
parent 21e19c2e02
commit aa4f2fafa4

View File

@@ -14,7 +14,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.2.RELEASE</version> <version>2.1.2.RELEASE</version>
<relativePath/> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>