Skip to content

Commit d87588c

Browse files
committed
Replace spring-data-gemfire with spring-data-geode
See spring-projects/spring-data-geode@f088aeb
1 parent b079805 commit d87588c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ allprojects {
5252
springRetryVersion = '1.3.0'
5353
springAmqpVersion = '2.3.0-SNAPSHOT'
5454
springDataCommonsVersion = '2.4.0-SNAPSHOT'
55-
springDataGemfireVersion = '2.4.0-SNAPSHOT'
55+
springDataGeodeVersion = '2.4.0-SNAPSHOT'
5656
springDataJpaVersion = '2.4.0-SNAPSHOT'
5757
springDataMongodbVersion = '3.1.0-SNAPSHOT'
5858
springIntegrationVersion = '5.4.0-SNAPSHOT'
@@ -382,7 +382,7 @@ project('spring-batch-infrastructure') {
382382
optional "org.springframework:spring-tx:$springVersion"
383383
optional "org.springframework.data:spring-data-commons:$springDataCommonsVersion"
384384
optional "org.springframework.data:spring-data-mongodb:$springDataMongodbVersion"
385-
optional "org.springframework.data:spring-data-gemfire:$springDataGemfireVersion"
385+
optional "org.springframework.data:spring-data-geode:$springDataGeodeVersion"
386386
optional "org.neo4j:neo4j-ogm-core:$neo4jVersion"
387387
compile("com.fasterxml.woodstox:woodstox-core:$woodstoxVersion") { dep ->
388388
optional dep

0 commit comments

Comments
 (0)