From c04ebe3d560ca74cb67b1d8b8f8c728006cb3439 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Wed, 1 Jul 2020 11:41:54 -0600 Subject: [PATCH] Update to Spring Boot 2.4.0-M1 Closes gh-8787 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index b19d78b1f3..8030f9eddc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ aspectjVersion=1.9.3 gaeVersion=1.9.80 -springBootVersion=2.3.0.RELEASE +springBootVersion=2.4.0-M1 version=5.4.0-SNAPSHOT kotlinVersion=1.3.72 org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError