Upgrade to Spring Boot 2.0.2

This commit is contained in:
Sebastien Deleuze
2018-05-09 21:31:53 +02:00
parent 1cb464c9b0
commit 232314ccf6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
buildscript {
ext {
kotlinVersion = '1.2.41'
springBootVersion = '2.0.1.RELEASE'
springBootVersion = '2.0.2.RELEASE'
}
repositories {
mavenCentral()

View File

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