From 49ffcb0a1ae23078411edab2ed9907551af1fc5b Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 20 May 2021 17:21:41 -0700 Subject: [PATCH] Upgrade Spring Geode Samples Maven POM to Spring Boot 2.4.6. --- 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 98a932f0..6a1feb24 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.4.5-SNAPSHOT + 1.4.6-SNAPSHOT ../../pom.xml diff --git a/spring-geode-samples/pom.xml b/spring-geode-samples/pom.xml index fc382e33..bf63a586 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.4.5 + 2.4.6 org.springframework.geode spring-geode-samples-parent - 1.4.5-SNAPSHOT + 1.4.6-SNAPSHOT pom Spring Geode Samples Parent @@ -42,19 +42,19 @@ org.springframework.geode spring-geode-starter - 1.4.5-SNAPSHOT + 1.4.6-SNAPSHOT org.springframework.geode spring-geode-starter-logging - 1.4.5-SNAPSHOT + 1.4.6-SNAPSHOT org.springframework.geode spring-geode-starter-test - 1.4.5-SNAPSHOT + 1.4.6-SNAPSHOT