From 137c2116674e9241c5cf1577c4107ca345440257 Mon Sep 17 00:00:00 2001 From: Joe Grandja Date: Tue, 4 Feb 2020 16:56:11 -0500 Subject: [PATCH] Update to Spring Boot 2.1.12 Fixes gh-7923 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index a39b90521c..ba899c2496 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ gaeVersion=1.9.71 -springBootVersion=2.1.9.RELEASE +springBootVersion=2.1.12.RELEASE version=5.1.8.BUILD-SNAPSHOT