Upgrade to Pivotal GemFire 9.5.2.
Upgrade to Spring Boot 2.1.0.RC1. Upgrade to Spring Data Release Train Lovelace-SR1.
This commit is contained in:
@@ -5,9 +5,9 @@ junitVersion=4.12
|
||||
lombokVersion=1.18.2
|
||||
mockitoVersion=2.23.0
|
||||
multithreadedtcVersion=1.01
|
||||
pivotalGemFireVersion=9.5.1
|
||||
pivotalGemFireVersion=9.5.2
|
||||
springVersion=5.1.1.RELEASE
|
||||
springBootVersion=2.1.0.M4
|
||||
springBootVersion=2.1.0.RC1
|
||||
springDataGemFireVersion=2.1.1.RELEASE
|
||||
springDataGeodeVersion=2.1.1.RELEASE
|
||||
springDataReleaseTrainVersion=Lovelace-SR1
|
||||
|
||||
4
pom.xml
4
pom.xml
@@ -88,8 +88,8 @@
|
||||
<lombok.version>1.18.2</lombok.version>
|
||||
<mockito.version>2.23.0</mockito.version>
|
||||
<multithreadedtc.version>1.01</multithreadedtc.version>
|
||||
<spring-boot.version>2.1.0.M4</spring-boot.version>
|
||||
<spring-data-release-train.version>Lovelace-RELEASE</spring-data-release-train.version>
|
||||
<spring-boot.version>2.1.0.RC1</spring-boot.version>
|
||||
<spring-data-release-train.version>Lovelace-SR1</spring-data-release-train.version>
|
||||
<spring-shell.version>1.2.0.RELEASE</spring-shell.version>
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -64,6 +64,7 @@
|
||||
</developers>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-geode-test</artifactId>
|
||||
@@ -75,10 +76,12 @@
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-gemfire</artifactId>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
||||
@@ -65,11 +65,6 @@
|
||||
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-geode</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter</artifactId>
|
||||
@@ -83,6 +78,11 @@
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-geode</artifactId>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user