Skip to content

Commit

Permalink
Upgrade Spring Security, Micrometer
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Nov 4, 2019
1 parent 1287aa5 commit be88781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -78,7 +78,7 @@ ext {
kryoShadedVersion = '4.0.2'
lettuceVersion = '5.2.0.RELEASE'
log4jVersion = '2.12.1'
micrometerVersion = '1.3.0'
micrometerVersion = '1.3.1'
mockitoVersion = '3.1.0'
mysqlVersion = '8.0.18'
pahoMqttClientVersion = '1.2.0'
Expand All @@ -91,7 +91,7 @@ ext {
smackVersion = '4.3.4'
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.2.1.RELEASE'
springDataVersion = 'Moore-SR1'
springSecurityVersion = '5.2.0.RELEASE'
springSecurityVersion = '5.2.1.RELEASE'
springRetryVersion = '1.2.4.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.1.RELEASE'
springWsVersion = '3.0.8.RELEASE'
Expand Down

0 comments on commit be88781

Please sign in to comment.