From 2e6f00ad05819fc5be1e9b03d0c321961c0a3883 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 16 May 2022 14:42:58 -0700 Subject: [PATCH] Upgrade to Spring Boot 2.7.0-RC1. --- gradle.properties | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 77046d6..97792a0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ mockitoVersion=4.5.1 multithreadedtcVersion=1.01 pivotalGemFireVersion=9.10.15 springVersion=5.3.20 -springBootVersion=2.7.0-M3 +springBootVersion=2.7.0-RC1 springDataBomVersion=2021.2.0-RC1 springDataGeodeVersion=2.7.0-RC1 springShellVersion=1.2.0.RELEASE diff --git a/pom.xml b/pom.xml index 9521073..5859742 100644 --- a/pom.xml +++ b/pom.xml @@ -89,7 +89,7 @@ 1.01 9.10.15 5.3.20 - 2.7.0-M3 + 2.7.0-RC1 2021.2.0-RC1 1.2.0.RELEASE