Upgrade to Mockito 2.18.3.
Upgrade to Spring Framework 5.0.6.RELEASE. Upgrade to Spring Boot 2.0.2.RELEASE. Upgrade to Spring Data for Apache Geode 2.1.0.M3. Upgrade to Spring Data for Pivotal GemFire 2.1.0.M3. Upgrade to Spring Data Release Train Lovelace-M3.
This commit is contained in:
@@ -4,14 +4,14 @@ assertjVersion=3.9.1
|
||||
hamcrestVersion=1.3
|
||||
junitVersion=4.12
|
||||
logbackVersion=1.2.3
|
||||
mockitoVersion=2.15.0
|
||||
mockitoVersion=2.18.3
|
||||
multithreadedtcVersion=1.01
|
||||
pivotalGemFireVersion=9.1.1
|
||||
springVersion=5.0.5.RELEASE
|
||||
springBootVersion=2.0.1.RELEASE
|
||||
springDataGemFireVersion=2.1.0.M2
|
||||
springDataGeodeVersion=2.1.0.M2
|
||||
springDataReleaseTrainVersion=Lovelace-M2
|
||||
springVersion=5.0.6.RELEASE
|
||||
springBootVersion=2.0.2.RELEASE
|
||||
springDataGemFireVersion=2.1.0.M3
|
||||
springDataGeodeVersion=2.1.0.M3
|
||||
springDataReleaseTrainVersion=Lovelace-M3
|
||||
springIoVersion=Cairo-RELEASE
|
||||
springShellVersion=1.2.0.RELEASE
|
||||
version=0.0.1.BUILD-SNAPSHOT
|
||||
|
||||
6
pom.xml
6
pom.xml
@@ -8,7 +8,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-parent</artifactId>
|
||||
<version>2.0.6.RELEASE</version>
|
||||
<version>2.0.7.RELEASE</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.springframework.data</groupId>
|
||||
@@ -29,7 +29,7 @@
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
<comments>
|
||||
Copyright 2017-present the original author or authors.
|
||||
Copyright 2018-present the original author or authors.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
@@ -83,7 +83,7 @@
|
||||
<lombok.version>1.16.20</lombok.version>
|
||||
<mockito.version>2.15.0</mockito.version>
|
||||
<multithreadedtc.version>1.01</multithreadedtc.version>
|
||||
<spring-data-release-train.version>Lovelace-M2</spring-data-release-train.version>
|
||||
<spring-data-release-train.version>Lovelace-M3</spring-data-release-train.version>
|
||||
<spring-shell.version>1.2.0.RELEASE</spring-shell.version>
|
||||
</properties>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user