From 5d656b32554fa3df416f42d794b0f45e584a24d8 Mon Sep 17 00:00:00 2001 From: John Blum Date: Sat, 24 Jun 2023 09:49:43 -0700 Subject: [PATCH] Upgrade to Spring Boot 2.7.13. --- gradle.properties | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 00f78a6..5e02457 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.28 -springBootVersion=2.7.12 +springBootVersion=2.7.13 springDataBomVersion=2021.2.12 springDataGeodeVersion=2.7.12 springShellVersion=1.2.0.RELEASE diff --git a/pom.xml b/pom.xml index 1ed36de..e618044 100644 --- a/pom.xml +++ b/pom.xml @@ -89,7 +89,7 @@ 1.01 9.10.17 5.3.28 - 2.7.12 + 2.7.13 2021.2.12 1.2.0.RELEASE