From f977a2594de455e0db4a1210b2fa25f4ccd9af0a Mon Sep 17 00:00:00 2001 From: Joe Grandja Date: Thu, 11 Apr 2019 10:00:57 -0400 Subject: [PATCH] Update to Spring Boot 2.2.0.M1 Fixes gh-6770 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 748b10451e..88198accd2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ gaeVersion=1.9.68 -springBootVersion=2.1.3.RELEASE +springBootVersion=2.2.0.M1 version=5.2.0.BUILD-SNAPSHOT