@@ -48,18 +48,18 @@ allprojects {
4848
4949 environmentProperty = project. hasProperty(' environment' ) ? getProperty(' environment' ) : ' hsql'
5050
51- springVersionDefault = ' 5.3.20 '
51+ springVersionDefault = ' 5.3.21-SNAPSHOT '
5252 springVersion = project. hasProperty(' springVersion' ) ? getProperty(' springVersion' ) : springVersionDefault
53- springRetryVersion = ' 1.3.3 '
54- springAmqpVersion = ' 2.3.16 '
55- springDataCommonsVersion = ' 2.5.11 '
56- springDataGeodeVersion = ' 2.5.11 '
57- springDataJpaVersion = ' 2.5.11 '
58- springDataMongodbVersion = ' 3.2.11 '
59- springIntegrationVersion = ' 5.5.12 '
60- springKafkaVersion = ' 2.7.14 '
61- springLdapVersion = ' 2.3.8.RELEASE '
62- micrometerVersion = ' 1.7.12 ' // TODO this is the last version in the 1.7.x line, upgrade to 1.8.x in 4.3.7
53+ springRetryVersion = ' 1.3.4-SNAPSHOT '
54+ springAmqpVersion = ' 2.3.17-SNAPSHOT '
55+ springDataCommonsVersion = ' 2.5.12-SNAPSHOT '
56+ springDataGeodeVersion = ' 2.5.12-SNAPSHOT '
57+ springDataJpaVersion = ' 2.5.12-SNAPSHOT '
58+ springDataMongodbVersion = ' 3.2.12-SNAPSHOT '
59+ springIntegrationVersion = ' 5.5.13-SNAPSHOT '
60+ springKafkaVersion = ' 2.7.15-SNAPSHOT '
61+ springLdapVersion = ' 2.3.9.BUILD-SNAPSHOT '
62+ micrometerVersion = ' 1.8.7-SNAPSHOT '
6363
6464 activemqVersion = ' 5.15.15'
6565 apacheAvroVersion = ' 1.9.2'
0 commit comments