Upgrade Spring dependencies to latest snapshots

This commit is contained in:
Mahmoud Ben Hassine
2022-02-16 16:18:01 +01:00
parent db2d622145
commit d0d0c7d0b3

View File

@@ -48,18 +48,18 @@ allprojects {
environmentProperty = project.hasProperty('environment') ? getProperty('environment') : 'hsql'
springVersionDefault = '5.3.15-SNAPSHOT'
springVersionDefault = '5.3.16-SNAPSHOT'
springVersion = project.hasProperty('springVersion') ? getProperty('springVersion') : springVersionDefault
springRetryVersion = '1.3.1'
springAmqpVersion = '2.3.14-SNAPSHOT'
springAmqpVersion = '2.3.15-SNAPSHOT'
springDataCommonsVersion = '2.4.16-SNAPSHOT'
springDataGeodeVersion = '2.4.16-SNAPSHOT'
springDataJpaVersion = '2.4.16-SNAPSHOT'
springDataMongodbVersion = '3.1.16-SNAPSHOT'
springIntegrationVersion = '5.4.13-SNAPSHOT'
springIntegrationVersion = '5.4.14-SNAPSHOT'
springKafkaVersion = '2.6.13-SNAPSHOT'
springLdapVersion = '2.3.5.BUILD-SNAPSHOT'
micrometerVersion = '1.7.8-SNAPSHOT'
springLdapVersion = '2.3.6.BUILD-SNAPSHOT'
micrometerVersion = '1.7.10-SNAPSHOT'
activemqVersion = '5.15.15'
apacheAvroVersion ='1.9.2'