From c26bf2c9cfaf1022a9ebd9d351cfa3aa53787e92 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 19 Apr 2022 10:40:19 -0700 Subject: [PATCH] Upgrade to Spring Boot 2.7.0-M3. --- gradle.properties | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 111e9f9..f4ba18e 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.19 -springBootVersion=2.7.0-M2 +springBootVersion=2.7.0-M3 springDataBomVersion=2021.2.0-M4 springDataGeodeVersion=2.7.0-M4 springShellVersion=1.2.0.RELEASE diff --git a/pom.xml b/pom.xml index 0925ae6..b96ceb3 100644 --- a/pom.xml +++ b/pom.xml @@ -89,7 +89,7 @@ 1.01 9.10.15 5.3.19 - 2.7.0-M2 + 2.7.0-M3 2021.2.0-M4 1.2.0.RELEASE