We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37cc201 commit 0926186Copy full SHA for 0926186
build.gradle
@@ -78,7 +78,7 @@ ext {
78
kryoShadedVersion = '4.0.2'
79
lettuceVersion = '5.2.0.RELEASE'
80
log4jVersion = '2.12.1'
81
- micrometerVersion = '1.2.1'
+ micrometerVersion = '1.3.0'
82
mockitoVersion = '3.0.0'
83
mysqlVersion = '8.0.17'
84
pahoMqttClientVersion = '1.2.0'
@@ -91,7 +91,7 @@ ext {
91
smackVersion = '4.3.4'
92
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.2.0.BUILD-SNAPSHOT'
93
springDataVersion = 'Moore-RELEASE'
94
- springSecurityVersion = '5.2.0.BUILD-SNAPSHOT'
+ springSecurityVersion = '5.2.0.RELEASE'
95
springRetryVersion = '1.2.4.RELEASE'
96
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.0.RELEASE'
97
springWsVersion = '3.0.7.RELEASE'
0 commit comments