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:
Chris Bono
2022-01-28 11:13:01 -06:00
committed by GitHub
parent 274bb6751b
commit 041ffc5e12
3 changed files with 3 additions and 3 deletions

View File

@@ -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-->