File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -48,18 +48,18 @@ allprojects {
48
48
49
49
environmentProperty = project. hasProperty(' environment' ) ? getProperty(' environment' ) : ' hsql'
50
50
51
- springVersionDefault = ' 5.3.15 -SNAPSHOT'
51
+ springVersionDefault = ' 5.3.16 -SNAPSHOT'
52
52
springVersion = project. hasProperty(' springVersion' ) ? getProperty(' springVersion' ) : springVersionDefault
53
53
springRetryVersion = ' 1.3.1'
54
- springAmqpVersion = ' 2.3.14 -SNAPSHOT'
54
+ springAmqpVersion = ' 2.3.15 -SNAPSHOT'
55
55
springDataCommonsVersion = ' 2.4.16-SNAPSHOT'
56
56
springDataGeodeVersion = ' 2.4.16-SNAPSHOT'
57
57
springDataJpaVersion = ' 2.4.16-SNAPSHOT'
58
58
springDataMongodbVersion = ' 3.1.16-SNAPSHOT'
59
- springIntegrationVersion = ' 5.4.13 -SNAPSHOT'
59
+ springIntegrationVersion = ' 5.4.14 -SNAPSHOT'
60
60
springKafkaVersion = ' 2.6.13-SNAPSHOT'
61
- springLdapVersion = ' 2.3.5 .BUILD-SNAPSHOT'
62
- micrometerVersion = ' 1.7.8 -SNAPSHOT'
61
+ springLdapVersion = ' 2.3.6 .BUILD-SNAPSHOT'
62
+ micrometerVersion = ' 1.7.10 -SNAPSHOT'
63
63
64
64
activemqVersion = ' 5.15.15'
65
65
apacheAvroVersion = ' 1.9.2'
You can’t perform that action at this time.
0 commit comments