From 67f3fcb9c6cb8d1f498b7fb58d5eee37bd8b6024 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 21 Oct 2020 13:11:09 -0700 Subject: [PATCH] Upgrades Getting Started Sample Maven POM to Spring Boot 2.4.0-M4. --- spring-geode-samples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-geode-samples/pom.xml b/spring-geode-samples/pom.xml index cf6be45c..c680ec17 100644 --- a/spring-geode-samples/pom.xml +++ b/spring-geode-samples/pom.xml @@ -8,7 +8,7 @@ org.springframework.boot spring-boot-starter-parent - 2.4.0-SNAPSHOT + 2.4.0-M4