From 08b7479f4c17b8d8f6bd18cd1b8c3db32505a4ef Mon Sep 17 00:00:00 2001 From: Joe Grandja Date: Mon, 14 Jan 2019 17:03:56 -0500 Subject: [PATCH] Update to Spring Boot 2.1.2 Fixes gh-6435 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index b88f278fd3..4430b00821 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ gaeVersion=1.9.68 -springBootVersion=2.1.0.RELEASE +springBootVersion=2.1.2.RELEASE version=5.2.0.BUILD-SNAPSHOT