Upgrade README to Spring Boot 2.0.2

This commit is contained in:
Sebastien Deleuze
2018-05-11 10:05:56 +02:00
parent 232314ccf6
commit c507d58048

View File

@@ -70,7 +70,7 @@ In addition to the obvious https://kotlinlang.org/docs/reference/using-gradle.ht
buildscript { buildscript {
ext { ext {
kotlinVersion = '1.2.41' kotlinVersion = '1.2.41'
springBootVersion = '2.0.1.RELEASE' springBootVersion = '2.0.2.RELEASE'
} }
repositories { repositories {
mavenCentral() mavenCentral()