Update README to Spring Boot 2.1.2

This commit is contained in:
Sebastien Deleuze
2019-01-21 14:50:45 +01:00
parent 8175483e36
commit 1386ad1de3

View File

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