From 70a90c8fed7211fb12802f3408a981e3cbfe8f90 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 31 Oct 2023 16:24:32 -0700 Subject: [PATCH] Upgrade to Spring Boot 3.0.12. --- gradle.properties | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 5808825..a91d7ab 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ apacheGeodeVersion=1.15.1 micrometerVersion=1.10.12 pivotalGemFireVersion=9.15.9 springVersion=6.0.13 -springBootVersion=3.0.7 +springBootVersion=3.0.12 springDataBomVersion=2022.0.6 springDataGeodeVersion=3.0.0-SNAPSHOT springShellVersion=1.2.0.RELEASE diff --git a/pom.xml b/pom.xml index ba16caa..c586d82 100644 --- a/pom.xml +++ b/pom.xml @@ -92,7 +92,7 @@ 1.01 9.15.9 6.0.13 - 3.0.7 + 3.0.12 2022.0.6 3.0.0-SNAPSHOT 1.2.0.RELEASE