Upgrade to Spring Boot 2.3.1.RELEASE.

This commit is contained in:
John Blum
2020-06-17 19:28:11 -07:00
parent 64d5a7e208
commit 5276bc4cf5
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ mockitoVersion=3.3.3
multithreadedtcVersion=1.01
pivotalGemFireVersion=9.10.1
springVersion=5.2.7.RELEASE
springBootVersion=2.3.0.RELEASE
springBootVersion=2.3.1.RELEASE
springDataGemFireVersion=2.3.2.BUILD-SNAPSHOT
springDataGeodeVersion=2.3.2.BUILD-SNAPSHOT
springDataReleaseTrainVersion=Neumann-BUILD-SNAPSHOT

View File

@@ -93,7 +93,7 @@
<multithreadedtc.version>1.01</multithreadedtc.version>
<!-- <pivotal-gemfire.version>9.10.1</pivotal-gemfire.version>-->
<spring.version>5.2.7.RELEASE</spring.version>
<spring-boot.version>2.3.0.RELEASE</spring-boot.version>
<spring-boot.version>2.3.1.RELEASE</spring-boot.version>
<spring-data-releasetrain.version>Neumann-RELEASE</spring-data-releasetrain.version>
<spring-shell.version>1.2.0.RELEASE</spring-shell.version>
</properties>