From 7c14c6e48fdb370af5e0e5f3e8e72d6a36c76087 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Thu, 23 Aug 2018 12:58:52 -0500 Subject: [PATCH] Update to Spring Boot 2.1.0.M2 Fixes: gh-5727 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 93f1db4d3c..241ed70aa7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ gaeVersion=1.9.64 -springBootVersion=2.1.0.M1 +springBootVersion=2.1.0.M2 version=5.1.0.BUILD-SNAPSHOT