From a53e3aef99696bcd742ddeb48f19c784fbb7430d Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 31 Jan 2022 12:16:58 -0800 Subject: [PATCH] Upgrade to Spring Boot 3.0.0-M1. --- gradle.properties | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 12fa9ea..f3f31e8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ mockitoVersion=4.3.1 multithreadedtcVersion=1.01 pivotalGemFireVersion=9.10.14 springVersion=6.0.0-M2 -springBootVersion=3.0.0-SNAPSHOT +springBootVersion=3.0.0-M1 springDataBomVersion=2022.0.0-M1 springDataGeodeVersion=3.0.0-M1 springShellVersion=1.2.0.RELEASE diff --git a/pom.xml b/pom.xml index f3bcda8..b11f302 100644 --- a/pom.xml +++ b/pom.xml @@ -93,7 +93,7 @@ 1.01 9.10.14 6.0.0-M2 - 3.0.0-SNAPSHOT + 3.0.0-M1 2022.0.0-M1 1.2.0.RELEASE