From 4502724e8c31dc16d5ae8e7019f3a1d8c44681a9 Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Thu, 13 Sep 2018 21:43:47 +0200 Subject: [PATCH] Upgrade samples to Spring Boot 2.0.5.RELEASE Closes gh-1194 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 7b93b2c2..0b545c64 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -springBootVersion=2.0.4.RELEASE +springBootVersion=2.0.5.RELEASE version=2.0.7.BUILD-SNAPSHOT