Upgrade to Spring Boot 2.3.0.RELEASE.

This commit is contained in:
John Blum
2020-05-18 21:23:49 -07:00
parent bd10bc0bea
commit 32a6c771ad
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.0
springVersion=5.2.6.RELEASE
springBootVersion=2.3.0.RC1
springBootVersion=2.3.0.RELEASE
springDataGemFireVersion=2.3.1.BUILD-SNAPSHOT
springDataGeodeVersion=2.3.1.BUILD-SNAPSHOT
springDataReleaseTrainVersion=Neumann-BUILD-SNAPSHOT

View File

@@ -93,7 +93,7 @@
<multithreadedtc.version>1.01</multithreadedtc.version>
<!-- <pivotal-gemfire.version>9.8.7</pivotal-gemfire.version>-->
<spring.version>5.2.6.RELEASE</spring.version>
<spring-boot.version>2.3.0.RC1</spring-boot.version>
<spring-boot.version>2.3.0.RELEASE</spring-boot.version>
<spring-data-releasetrain.version>Neumann-BUILD-SNAPSHOT</spring-data-releasetrain.version>
<spring-shell.version>1.2.0.RELEASE</spring-shell.version>
</properties>