Back to Spring Snapshots and other upgrades

This commit is contained in:
Gary Russell
2019-09-13 16:42:02 -04:00
parent 9272782a48
commit 185d370415

View File

@@ -73,13 +73,13 @@ ext {
jschVersion = '0.1.55'
jsonpathVersion = '2.4.0'
junit4Version = '4.12'
junitJupiterVersion = '5.5.1'
junitPlatformVersion = '1.5.1'
junitJupiterVersion = '5.5.2'
junitPlatformVersion = '1.5.2'
jythonVersion = '2.7.0'
kryoShadedVersion = '4.0.2'
lettuceVersion = '5.1.8.RELEASE'
log4jVersion = '2.12.1'
micrometerVersion = '1.2.0'
micrometerVersion = '1.2.1'
mockitoVersion = '3.0.0'
mysqlVersion = '8.0.16'
pahoMqttClientVersion = '1.2.0'
@@ -91,14 +91,14 @@ ext {
rsocketVersion = '1.0.0-RC3'
servletApiVersion = '4.0.1'
smackVersion = '4.3.4'
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.2.0.RC1'
springDataJpaVersion = '2.2.0.RC3'
springDataMongoVersion = '2.2.0.RC3'
springDataRedisVersion = '2.2.0.RC3'
springGemfireVersion = '2.2.0.RC3'
springSecurityVersion = '5.2.0.RC1'
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.2.0.BUILD-SNAPSHOT'
springDataJpaVersion = '2.2.0.BUILD-SNAPSHOT'
springDataMongoVersion = '2.2.0.BUILD-SNAPSHOT'
springDataRedisVersion = '2.2.0.BUILD-SNAPSHOT'
springGemfireVersion = '2.2.0.BUILD-SNAPSHOT'
springSecurityVersion = '5.2.0.BUILD-SNAPSHOT'
springRetryVersion = '1.2.4.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.0.RC2'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.0.BUILD-SNAPSHOT'
springWsVersion = '3.0.7.RELEASE'
tomcatVersion = "9.0.24"
xstreamVersion = '1.4.11.1'