From 2220722ed5e01572c4138cc29b1d04035dd8d9ea Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 26 Aug 2022 13:21:11 -0700 Subject: [PATCH] Upgrade Spring Geode Samples to Spring Boot 2.7.3 and SBDG 1.7.3-SNAPSHOT. --- spring-geode-samples/intro/getting-started/pom.xml | 2 +- spring-geode-samples/pom.xml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/spring-geode-samples/intro/getting-started/pom.xml b/spring-geode-samples/intro/getting-started/pom.xml index 572e20a9..f2355d16 100644 --- a/spring-geode-samples/intro/getting-started/pom.xml +++ b/spring-geode-samples/intro/getting-started/pom.xml @@ -8,7 +8,7 @@ org.springframework.geode spring-geode-samples-parent - 1.7.2-SNAPSHOT + 1.7.3-SNAPSHOT ../../pom.xml diff --git a/spring-geode-samples/pom.xml b/spring-geode-samples/pom.xml index f21bd951..5785ec18 100644 --- a/spring-geode-samples/pom.xml +++ b/spring-geode-samples/pom.xml @@ -8,13 +8,13 @@ org.springframework.boot spring-boot-starter-parent - 2.7.2 + 2.7.3 org.springframework.geode spring-geode-samples-parent - 1.7.2-SNAPSHOT + 1.7.3-SNAPSHOT pom Spring Geode Samples Parent @@ -42,19 +42,19 @@ org.springframework.geode spring-geode-starter - 1.7.2-SNAPSHOT + 1.7.3-SNAPSHOT org.springframework.geode spring-geode-starter-logging - 1.7.2-SNAPSHOT + 1.7.3-SNAPSHOT org.springframework.geode spring-geode-starter-test - 1.7.2-SNAPSHOT + 1.7.3-SNAPSHOT