From 439c075825e27b6b01c284649a771e71e3764358 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 31 Oct 2023 16:25:21 -0700 Subject: [PATCH] Upgrade to Spring Data BOM 2022.0.11. --- gradle.properties | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index a91d7ab..43b8e6a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ micrometerVersion=1.10.12 pivotalGemFireVersion=9.15.9 springVersion=6.0.13 springBootVersion=3.0.12 -springDataBomVersion=2022.0.6 +springDataBomVersion=2022.0.11 springDataGeodeVersion=3.0.0-SNAPSHOT springShellVersion=1.2.0.RELEASE version=1.0.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index c586d82..a1c01b8 100644 --- a/pom.xml +++ b/pom.xml @@ -93,7 +93,7 @@ 9.15.9 6.0.13 3.0.12 - 2022.0.6 + 2022.0.11 3.0.0-SNAPSHOT 1.2.0.RELEASE