From 7fd8f4b035ea1a24be9fa7a67d46b39009023e50 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 5 Dec 2022 10:47:03 -0800 Subject: [PATCH] Upgrade to Spring Boot 2.7.6. --- gradle.properties | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index a20f951..a50675a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ mockitoVersion=4.5.1 multithreadedtcVersion=1.01 pivotalGemFireVersion=9.10.17 springVersion=5.3.24 -springBootVersion=2.7.4 +springBootVersion=2.7.6 springDataBomVersion=2021.2.5 springDataGeodeVersion=2.7.5 springShellVersion=1.2.0.RELEASE diff --git a/pom.xml b/pom.xml index 47cfad5..1d8fb68 100644 --- a/pom.xml +++ b/pom.xml @@ -89,7 +89,7 @@ 1.01 9.10.17 5.3.24 - 2.7.4 + 2.7.6 2021.2.5 1.2.0.RELEASE