From 041ffc5e1272599e77bd398305b41e087063f7c9 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Fri, 28 Jan 2022 11:13:01 -0600 Subject: [PATCH] Upgrade Geode to support Spring Boot 2.6.3 * Fix Geode integration tests * Upgrade spring-geode-starter -> 1.6.3 * Upgrade apachegeode/geode -> 1.14.3 * Upgrade spring-data-geode-test -> 0.0.28 --- .../src/test/resources/geode-test/Dockerfile | 2 +- functions/function/aggregator-function/pom.xml | 2 +- stream-applications-build/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/applications/stream-applications-integration-tests/src/test/resources/geode-test/Dockerfile b/applications/stream-applications-integration-tests/src/test/resources/geode-test/Dockerfile index 340ca31a..e116ea06 100644 --- a/applications/stream-applications-integration-tests/src/test/resources/geode-test/Dockerfile +++ b/applications/stream-applications-integration-tests/src/test/resources/geode-test/Dockerfile @@ -1,4 +1,4 @@ -FROM apachegeode/geode:1.13.2 +FROM apachegeode/geode:1.14.3 ARG CACHE_SERVER_PORT=40404 ARG LOCATOR_PORT=10334 diff --git a/functions/function/aggregator-function/pom.xml b/functions/function/aggregator-function/pom.xml index 01325255..7c262fa2 100644 --- a/functions/function/aggregator-function/pom.xml +++ b/functions/function/aggregator-function/pom.xml @@ -66,7 +66,7 @@ org.springframework.geode spring-geode-starter - 1.3.2.RELEASE + 1.6.3 diff --git a/stream-applications-build/pom.xml b/stream-applications-build/pom.xml index ae7e5192..787430f8 100644 --- a/stream-applications-build/pom.xml +++ b/stream-applications-build/pom.xml @@ -45,7 +45,7 @@ 2.4.2 3.2.1 3.1.0 - 0.0.21.RELEASE + 0.0.28 1.16.3 1.2.5 2.22.2