Update Spring projects dependencies to latest SNAPSHOT

This commit is contained in:
Mahmoud Ben Hassine
2020-09-17 10:35:26 +02:00
parent 6247b9b221
commit 743da96fcf

View File

@@ -47,16 +47,16 @@ allprojects {
environmentProperty = project.hasProperty('environment') ? getProperty('environment') : 'hsql'
springVersionDefault = '5.3.0-RC1'
springVersionDefault = '5.3.0-SNAPSHOT'
springVersion = project.hasProperty('springVersion') ? getProperty('springVersion') : springVersionDefault
springRetryVersion = '1.3.0'
springAmqpVersion = '2.3.0-M3'
springDataCommonsVersion = '2.4.0-RC1'
springDataGeodeVersion = '2.4.0-RC1'
springDataJpaVersion = '2.4.0-RC1'
springDataMongodbVersion = '3.1.0-RC1'
springIntegrationVersion = '5.4.0-M3'
springKafkaVersion = '2.6.1'
springAmqpVersion = '2.3.0-SNAPSHOT'
springDataCommonsVersion = '2.4.0-SNAPSHOT'
springDataGeodeVersion = '2.4.0-SNAPSHOT'
springDataJpaVersion = '2.4.0-SNAPSHOT'
springDataMongodbVersion = '3.1.0-SNAPSHOT'
springIntegrationVersion = '5.4.0-SNAPSHOT'
springKafkaVersion = '2.6.2-SNAPSHOT'
springLdapVersion = '2.3.3.RELEASE'
activemqVersion = '5.16.0'