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 1287aa5 commit be88781Copy full SHA for be88781
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.3.0'
+ micrometerVersion = '1.3.1'
82
mockitoVersion = '3.1.0'
83
mysqlVersion = '8.0.18'
84
pahoMqttClientVersion = '1.2.0'
@@ -91,7 +91,7 @@ ext {
91
smackVersion = '4.3.4'
92
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.2.1.RELEASE'
93
springDataVersion = 'Moore-SR1'
94
- springSecurityVersion = '5.2.0.RELEASE'
+ springSecurityVersion = '5.2.1.RELEASE'
95
springRetryVersion = '1.2.4.RELEASE'
96
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.1.RELEASE'
97
springWsVersion = '3.0.8.RELEASE'
0 commit comments