Skip to content

Commit

Permalink
Upgrade versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Feb 12, 2020
1 parent 7af0f90 commit 9fbc3da
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 @@ -51,10 +51,10 @@ ext {
mockitoVersion = '3.0.0'
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.7.3'
rabbitmqHttpClientVersion = '3.2.0.RELEASE'
reactorVersion = 'Dysprosium-SR1'
springDataCommonsVersion = '2.2.3.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.4.BUILD-SNAPSHOT'
springRetryVersion = '1.2.4.RELEASE'
reactorVersion = 'Dysprosium-SR4'
springDataCommonsVersion = '2.2.4.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.3.RELEASE'
springRetryVersion = '1.2.5.RELEASE'
}

nohttp {
Expand Down

0 comments on commit 9fbc3da

Please sign in to comment.