File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -48,17 +48,17 @@ allprojects {
48
48
49
49
environmentProperty = project. hasProperty(' environment' ) ? getProperty(' environment' ) : ' hsql'
50
50
51
- springVersionDefault = ' 5.3.13 '
51
+ springVersionDefault = ' 5.3.14-SNAPSHOT '
52
52
springVersion = project. hasProperty(' springVersion' ) ? getProperty(' springVersion' ) : springVersionDefault
53
53
springRetryVersion = ' 1.3.1'
54
- springAmqpVersion = ' 2.3.12 '
55
- springDataCommonsVersion = ' 2.4.15 '
56
- springDataGeodeVersion = ' 2.4.15 '
57
- springDataJpaVersion = ' 2.4.15 '
58
- springDataMongodbVersion = ' 3.1.15 '
59
- springIntegrationVersion = ' 5.4.12 '
60
- springKafkaVersion = ' 2.6.12 '
61
- springLdapVersion = ' 2.3.4.RELEASE '
54
+ springAmqpVersion = ' 2.3.13-SNAPSHOT '
55
+ springDataCommonsVersion = ' 2.4.16-SNAPSHOT '
56
+ springDataGeodeVersion = ' 2.4.16-SNAPSHOT '
57
+ springDataJpaVersion = ' 2.4.16-SNAPSHOT '
58
+ springDataMongodbVersion = ' 3.1.16-SNAPSHOT '
59
+ springIntegrationVersion = ' 5.4.13-SNAPSHOT '
60
+ springKafkaVersion = ' 2.6.13-SNAPSHOT '
61
+ springLdapVersion = ' 2.3.5.BUILD-SNAPSHOT '
62
62
micrometerVersion = ' 1.5.17'
63
63
64
64
activemqVersion = ' 5.15.15'
You can’t perform that action at this time.
0 commit comments