From 1386ad1de3500a6dadf12fa507932353f060fda1 Mon Sep 17 00:00:00 2001 From: Sebastien Deleuze Date: Mon, 21 Jan 2019 14:50:45 +0100 Subject: [PATCH] Update README to Spring Boot 2.1.2 --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 1d3f2d8..16aed7a 100644 --- a/README.adoc +++ b/README.adoc @@ -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()