Skip to content

Commit

Permalink
Upgrade versions; prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Feb 17, 2021
1 parent 2c91196 commit 61d72d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ ext {
junitJupiterVersion = '5.7.0'
log4jVersion = '2.13.3'
logbackVersion = '1.2.3'
micrometerVersion = '1.5.10'
micrometerVersion = '1.5.11'
mockitoVersion = '3.6.28'
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.9.0'
rabbitmqHttpClientVersion = '3.8.0.RELEASE'
reactorVersion = '2020.0.3'
springDataCommonsVersion = '2.4.3'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.3'
reactorVersion = '2020.0.4'
springDataCommonsVersion = '2.4.4'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.4'
springRetryVersion = '1.3.0'
}

Expand Down

0 comments on commit 61d72d3

Please sign in to comment.