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.19 -SNAPSHOT'
51
+ springVersionDefault = ' 5.3.20 -SNAPSHOT'
52
52
springVersion = project. hasProperty(' springVersion' ) ? getProperty(' springVersion' ) : springVersionDefault
53
- springRetryVersion = ' 1.3.2 '
53
+ springRetryVersion = ' 1.3.3-SNAPSHOT '
54
54
springAmqpVersion = ' 2.3.16-SNAPSHOT'
55
55
springDataCommonsVersion = ' 2.5.11-SNAPSHOT'
56
56
springDataGeodeVersion = ' 2.5.11-SNAPSHOT'
57
57
springDataJpaVersion = ' 2.5.11-SNAPSHOT'
58
58
springDataMongodbVersion = ' 3.2.11-SNAPSHOT'
59
59
springIntegrationVersion = ' 5.5.11-SNAPSHOT'
60
- springKafkaVersion = ' 2.7.13 -SNAPSHOT'
61
- springLdapVersion = ' 2.3.7 .BUILD-SNAPSHOT'
62
- micrometerVersion = ' 1.7.11 -SNAPSHOT'
60
+ springKafkaVersion = ' 2.7.14 -SNAPSHOT'
61
+ springLdapVersion = ' 2.3.8 .BUILD-SNAPSHOT'
62
+ micrometerVersion = ' 1.7.12 -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