From ef7047b4bd9ae560ab9a960c301f371cdfd240f2 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 5 Dec 2022 13:43:01 -0800 Subject: [PATCH] Upgrade Spring Geode Samples to Spring Boot 2.6.14 and SBDG 1.6.14-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 7f713394..cf23ff40 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.6.13-SNAPSHOT + 1.6.14-SNAPSHOT ../../pom.xml diff --git a/spring-geode-samples/pom.xml b/spring-geode-samples/pom.xml index 28761f31..392d585c 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.6.13 + 2.6.14 org.springframework.geode spring-geode-samples-parent - 1.6.13-SNAPSHOT + 1.6.14-SNAPSHOT pom Spring Geode Samples Parent @@ -42,19 +42,19 @@ org.springframework.geode spring-geode-starter - 1.6.13-SNAPSHOT + 1.6.14-SNAPSHOT org.springframework.geode spring-geode-starter-logging - 1.6.13-SNAPSHOT + 1.6.14-SNAPSHOT org.springframework.geode spring-geode-starter-test - 1.6.13-SNAPSHOT + 1.6.14-SNAPSHOT