From 968a286a6bdc1b087528322ac4f737fd7c3be9a5 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 22 Mar 2022 17:13:37 -0700 Subject: [PATCH] Upgrade to Spring Boot 2.7.0-M2. --- gradle.properties | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 4bc8d6a..8ca5b5d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ mockitoVersion=4.4.0 multithreadedtcVersion=1.01 pivotalGemFireVersion=9.10.15 springVersion=5.3.17 -springBootVersion=2.7.0-SNAPSHOT +springBootVersion=2.7.0-M2 springDataBomVersion=2021.2.0-M2 springDataGemFireVersion=2.7.0-M2 springDataGeodeVersion=2.7.0-M2 diff --git a/pom.xml b/pom.xml index 59f9e38..73b2957 100644 --- a/pom.xml +++ b/pom.xml @@ -91,7 +91,7 @@ 1.01 9.10.15 5.3.17 - 2.7.0-SNAPSHOT + 2.7.0-M2 2021.2.0-M2 1.2.0.RELEASE