Skip to content

Commit

Permalink
Upgrade Micrometer, Spring Data, Reactor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Apr 27, 2020
1 parent 28fdef9 commit 05472a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ ext {
junitJupiterVersion = '5.6.0'
log4jVersion = '2.12.1'
logbackVersion = '1.2.3'
micrometerVersion = '1.3.6'
micrometerVersion = '1.3.8'
mockitoVersion = '3.0.0'
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.7.3'
rabbitmqHttpClientVersion = '3.2.0.RELEASE'
reactorVersion = 'Dysprosium-SR6'
springDataCommonsVersion = '2.3.0.M3'
reactorVersion = 'Dysprosium-SR7'
springDataCommonsVersion = '2.3.0.RC1'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.5.RELEASE'
springRetryVersion = '1.2.5.RELEASE'
}
Expand Down

0 comments on commit 05472a5

Please sign in to comment.