Update dependencies.

Upgrade to AssertJ 3.14.0.

Upgrade to Spring Framework 5.2.1.RELEASE.

Upgrade to Spring Data for Apache Geode & Pivotal GemFire 2.2.1.RELEASE.

Upgrade to Spring Data Parent 2.2.1.RELEASE.

Upgrade to Spring Data Release Train Moore-SR1.
This commit is contained in:
John Blum
2019-11-04 12:32:49 -08:00
parent 01028ca116
commit 700ac2dd8f
2 changed files with 9 additions and 9 deletions

View File

@@ -1,16 +1,16 @@
antlrVersion=2.7.7
apacheGeodeVersion=1.9.2
assertjVersion=3.13.2
assertjVersion=3.14.0
junitVersion=4.12
lombokVersion=1.18.10
mockitoVersion=3.1.0
multithreadedtcVersion=1.01
pivotalGemFireVersion=9.8.4
springVersion=5.2.0.RELEASE
springVersion=5.2.1.RELEASE
springBootVersion=2.2.0.RELEASE
springDataGemFireVersion=2.2.0.RELEASE
springDataGeodeVersion=2.2.0.RELEASE
springDataReleaseTrainVersion=Moore-RELEASE
springDataGemFireVersion=2.2.1.RELEASE
springDataGeodeVersion=2.2.1.RELEASE
springDataReleaseTrainVersion=Moore-SR1
#springDataReleaseTrainVersion=Moore-BUILD-SNAPSHOT
springShellVersion=1.2.0.RELEASE
version=0.0.10.BUILD-SNAPSHOT

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.2.0.RELEASE</version>
<version>2.2.1.RELEASE</version>
</parent>
<groupId>org.springframework.data</groupId>
@@ -84,16 +84,16 @@
<maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<apache-geode.version>1.9.2</apache-geode.version>
<assertj.version>3.13.2</assertj.version>
<assertj.version>3.14.0</assertj.version>
<junit.version>4.12</junit.version>
<log4j.version>2.12.1</log4j.version>
<logback.version>1.2.3</logback.version>
<lombok.version>1.18.10</lombok.version>
<mockito.version>3.1.0</mockito.version>
<multithreadedtc.version>1.01</multithreadedtc.version>
<spring.version>5.2.0.RELEASE</spring.version>
<spring.version>5.2.1.RELEASE</spring.version>
<spring-boot.version>2.2.0.RELEASE</spring-boot.version>
<spring-data-releasetrain.version>Moore-RELEASE</spring-data-releasetrain.version>
<spring-data-releasetrain.version>Moore-SR1</spring-data-releasetrain.version>
<spring-shell.version>1.2.0.RELEASE</spring-shell.version>
</properties>