Skip to content

Commit

Permalink
Upgrade Spring, Micrometer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Dec 3, 2019
1 parent a9dc7e9 commit 49d07ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -47,13 +47,13 @@ ext {
junitJupiterVersion = '5.5.2'
log4jVersion = '2.12.1'
logbackVersion = '1.2.3'
micrometerVersion = '1.3.0'
micrometerVersion = '1.3.2'
mockitoVersion = '3.0.0'
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.7.3'
rabbitmqHttpClientVersion = '3.2.0.RELEASE'
reactorVersion = 'Dysprosium-SR1'
springDataCommonsVersion = '2.2.1.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.1.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.2.RELEASE'
springRetryVersion = '1.2.4.RELEASE'
}

Expand Down

0 comments on commit 49d07ee

Please sign in to comment.