Upgrade to Spring Boot 2.3.5.RELEASE.

This commit is contained in:
John Blum
2020-11-03 11:48:27 -08:00
parent c96259ea73
commit ec60392dfc
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ mockitoVersion=3.6.0
multithreadedtcVersion=1.01
pivotalGemFireVersion=9.10.4
springVersion=5.2.10.RELEASE
springBootVersion=2.3.3.RELEASE
springBootVersion=2.3.5.RELEASE
springDataGemFireVersion=2.3.5.BUILD-SNAPSHOT
springDataGeodeVersion=2.3.5.BUILD-SNAPSHOT
springDataReleaseTrainVersion=Neumann-BUILD-SNAPSHOT

View File

@@ -93,7 +93,7 @@
<multithreadedtc.version>1.01</multithreadedtc.version>
<!-- <pivotal-gemfire.version>9.10.2</pivotal-gemfire.version>-->
<spring.version>5.2.10.RELEASE</spring.version>
<spring-boot.version>2.3.3.RELEASE</spring-boot.version>
<spring-boot.version>2.3.5.RELEASE</spring-boot.version>
<spring-data-releasetrain.version>Neumann-SR4</spring-data-releasetrain.version>
<spring-shell.version>1.2.0.RELEASE</spring-shell.version>
</properties>