From 973637b78bfcc5f82d11299aabd13905224ab672 Mon Sep 17 00:00:00 2001 From: Joe Grandja Date: Thu, 10 Jan 2019 14:09:51 -0500 Subject: [PATCH] Update to Spring Boot 2.0.7 Fixes gh-6398 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9534f65cb0..67914658d4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ gaeVersion=1.9.68 -springBootVersion=2.0.6.RELEASE +springBootVersion=2.0.7.RELEASE version=5.0.11.BUILD-SNAPSHOT