Upgrade to Spring Boot 2.1.0.BUILD-SNAPSHOT.

This commit is contained in:
John Blum
2018-06-21 17:07:24 -07:00
parent 4d806f089c
commit 9e7e57ec69
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ buildscript {
}
repositories {
maven { url 'https://repo.spring.io/plugins-release' }
maven { url 'https://repo.spring.io/plugins-snapshot' }
}
}

View File

@@ -7,7 +7,7 @@ mockitoVersion=2.19.0
multithreadedtcVersion=1.01
pivotalGemFireVersion=9.5.0
springVersion=5.0.7.RELEASE
springBootVersion=2.0.3.RELEASE
springBootVersion=2.1.0.BUILD-SNAPSHOT
springDataGemFireVersion=2.1.0.M3
springDataGeodeVersion=2.1.0.M3
springDataReleaseTrainVersion=Lovelace-M3