Update dependencies.

Upgrade to AssertJ 3.13.2.

Upgrade to Mockito 3.0.0.

Upgrade to Pivotal GemFire 9.5.4.

Upgrade to Spring Framework 5.1.9.RELEASE.

Upgrade to Spring Boot 2.1.6.RELEASE (Maven POM).

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

Upgrade to Spring Data Release Train Lovelace-SR10.
This commit is contained in:
John Blum
2019-08-05 11:37:58 -07:00
parent 6830d1591e
commit 5e6bdc7adb
2 changed files with 12 additions and 12 deletions

View File

@@ -1,16 +1,16 @@
antlrVersion=2.7.7
apacheGeodeVersion=1.6.0
assertjVersion=3.12.2
assertjVersion=3.13.2
junitVersion=4.12
lombokVersion=1.18.8
mockitoVersion=2.28.2
mockitoVersion=3.0.0
multithreadedtcVersion=1.01
pivotalGemFireVersion=9.5.3
springVersion=5.1.8.RELEASE
pivotalGemFireVersion=9.5.4
springVersion=5.1.9.RELEASE
springBootVersion=2.1.6.RELEASE
springDataGemFireVersion=2.1.9.RELEASE
springDataGeodeVersion=2.1.9.RELEASE
springDataReleaseTrainVersion=Lovelace-SR9
springDataGemFireVersion=2.1.10.RELEASE
springDataGeodeVersion=2.1.10.RELEASE
springDataReleaseTrainVersion=Lovelace-SR10
#springDataReleaseTrainVersion=Moore-BUILD-SNAPSHOT
springShellVersion=1.2.0.RELEASE
version=0.0.6.BUILD-SNAPSHOT

10
pom.xml
View File

@@ -83,15 +83,15 @@
<maven-compiler-plugin.version>3.3</maven-compiler-plugin.version>
<maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<assertj.version>3.12.2</assertj.version>
<assertj.version>3.13.2</assertj.version>
<junit.version>4.12</junit.version>
<logback.version>1.2.3</logback.version>
<lombok.version>1.18.8</lombok.version>
<mockito.version>2.28.2</mockito.version>
<mockito.version>3.0.0</mockito.version>
<multithreadedtc.version>1.01</multithreadedtc.version>
<spring.version>5.1.8.RELEASE</spring.version>
<spring-boot.version>2.1.4.RELEASE</spring-boot.version>
<spring-data-releasetrain.version>Lovelace-SR9</spring-data-releasetrain.version>
<spring.version>5.1.9.RELEASE</spring.version>
<spring-boot.version>2.1.6.RELEASE</spring-boot.version>
<spring-data-releasetrain.version>Lovelace-SR10</spring-data-releasetrain.version>
<spring-shell.version>1.2.0.RELEASE</spring-shell.version>
</properties>