From a7c0a08385f3578c909bfd55bf8f7005eb248e66 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 14 Jun 2021 16:36:15 -0700 Subject: [PATCH] Upgrade to Spring Boot 2.5.1. --- gradle.properties | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index a66d308..05a8a77 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ mockitoVersion=3.11.1 multithreadedtcVersion=1.01 pivotalGemFireVersion=9.10.7 springVersion=5.3.8 -springBootVersion=2.5.0-RC1 +springBootVersion=2.5.1 springDataBomVersion=2021.0.2-SNAPSHOT springDataGemFireVersion=2.5.2-SNAPSHOT springDataGeodeVersion=2.5.2-SNAPSHOT diff --git a/pom.xml b/pom.xml index b66b051..b4fa616 100644 --- a/pom.xml +++ b/pom.xml @@ -92,7 +92,7 @@ 1.01 9.10.7 5.3.8 - 2.5.0-RC1 + 2.5.1 2021.0.2-SNAPSHOT 1.2.0.RELEASE