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
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.geode</groupId>
|
||||
<artifactId>spring-geode-starter</artifactId>
|
||||
<version>1.3.2.RELEASE</version>
|
||||
<version>1.6.3</version>
|
||||
</dependency>
|
||||
|
||||
<!--JDBC-->
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
<spring-rabbit.version>2.4.2</spring-rabbit.version>
|
||||
<spring-cloud-function.version>3.2.1</spring-cloud-function.version>
|
||||
<spring-cloud-starters.version>3.1.0</spring-cloud-starters.version>
|
||||
<spring-data-geode-test.version>0.0.21.RELEASE</spring-data-geode-test.version>
|
||||
<spring-data-geode-test.version>0.0.28</spring-data-geode-test.version>
|
||||
<test-containers.version>1.16.3</test-containers.version>
|
||||
<maven-flatten-plugin.version>1.2.5</maven-flatten-plugin.version>
|
||||
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
|
||||
|
||||
Reference in New Issue
Block a user