From e527538b4afd4fb31c677788d3dd8cdfe0ec5a62 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 23 Sep 2022 10:57:57 -0700 Subject: [PATCH] Upgrade to Spring Boot 2.6.12. --- gradle.properties | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 07682ce..90884a0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ mockitoVersion=4.8.0 multithreadedtcVersion=1.01 pivotalGemFireVersion=9.10.16 springVersion=5.3.23 -springBootVersion=2.6.6 +springBootVersion=2.6.12 springDataBomVersion=2021.1.4 springDataGeodeVersion=2.6.4 springShellVersion=1.2.0.RELEASE diff --git a/pom.xml b/pom.xml index e42083e..080c56c 100644 --- a/pom.xml +++ b/pom.xml @@ -89,7 +89,7 @@ 1.01 9.10.16 5.3.23 - 2.6.6 + 2.6.12 2021.1.4 1.2.0.RELEASE