From 59cbfc94a5b58b31dac8c1a041a1ef3e4e8af51a Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 23 Sep 2022 12:30:36 -0700 Subject: [PATCH] Upgrade to Spring Boot 2.7.4. --- gradle.properties | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 9400cd4..8ffe07b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ mockitoVersion=4.5.1 multithreadedtcVersion=1.01 pivotalGemFireVersion=9.10.16 springVersion=5.3.23 -springBootVersion=2.7.0-RC1 +springBootVersion=2.7.4 springDataBomVersion=2021.2.0 springDataGeodeVersion=2.7.0 springShellVersion=1.2.0.RELEASE diff --git a/pom.xml b/pom.xml index 1929b52..6fc3271 100644 --- a/pom.xml +++ b/pom.xml @@ -89,7 +89,7 @@ 1.01 9.10.16 5.3.23 - 2.7.0-RC1 + 2.7.4 2021.2.0 1.2.0.RELEASE