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 Mar 17, 2021
1 parent 3626c86 commit 21d614a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ ext {
junitJupiterVersion = '5.7.0'
log4jVersion = '2.13.3'
logbackVersion = '1.2.3'
micrometerVersion = '1.5.11'
micrometerVersion = '1.5.12'
mockitoVersion = '3.6.28'
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.9.0'
rabbitmqHttpClientVersion = '3.8.0.RELEASE'
reactorVersion = '2020.0.4'
springDataCommonsVersion = '2.4.4'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.4'
springRetryVersion = '1.3.0'
reactorVersion = '2020.0.5'
springDataCommonsVersion = '2.4.6'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.5'
springRetryVersion = '1.3.1'
}

nohttp {
Expand Down

0 comments on commit 21d614a

Please sign in to comment.