File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ allprojects {
47
47
48
48
environmentProperty = project. hasProperty(' environment' ) ? getProperty(' environment' ) : ' hsql'
49
49
50
- springVersionDefault = ' 5.2.14 .BUILD-SNAPSHOT'
50
+ springVersionDefault = ' 5.2.15 .BUILD-SNAPSHOT'
51
51
springVersion = project. hasProperty(' springVersion' ) ? getProperty(' springVersion' ) : springVersionDefault
52
52
springRetryVersion = ' 1.2.5.RELEASE'
53
53
springAmqpVersion = ' 2.2.17.BUILD-SNAPSHOT'
@@ -58,7 +58,8 @@ allprojects {
58
58
springDataNeo4jVersion = ' 5.2.14.BUILD-SNAPSHOT'
59
59
springIntegrationVersion = ' 5.2.12.BUILD-SNAPSHOT'
60
60
springKafkaVersion = ' 2.3.14.BUILD-SNAPSHOT'
61
- springLdapVersion = ' 2.3.3.RELEASE'
61
+ springLdapVersion = ' 2.3.4.BUILD-SNAPSHOT'
62
+ micrometerVersion = ' 1.3.19-SNAPSHOT'
62
63
63
64
activemqVersion = ' 5.15.14'
64
65
apacheAvroVersion = ' 1.9.2'
@@ -101,7 +102,6 @@ allprojects {
101
102
beanshellVersion = ' 2.0b5'
102
103
jaxbApiVersion = ' 2.3.1'
103
104
jaxbImplVersion = ' 2.3.0.1'
104
- micrometerVersion = ' 1.3.19-SNAPSHOT'
105
105
prometheusPushgatewayVersion = ' 0.10.0'
106
106
docResourcesVersion = ' 0.2.5'
107
107
assertjVersion= ' 3.18.1'
You can’t perform that action at this time.
0 commit comments