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 Oct 28, 2020
1 parent ef03b70 commit 195dcfc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ ext {
modifiedFiles =
files(grgit.status().unstaged.modified).filter{ f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }

assertjVersion = '3.17.2'
assertjVersion = '3.18.0'
assertkVersion = '0.20'
awaitilityVersion = '4.0.3'
commonsHttpClientVersion = '4.5.13'
commonsPoolVersion = '2.8.0'
commonsPoolVersion = '2.9.0'
googleJsr305Version = '3.0.2'
hamcrestVersion = '2.2'
jacksonVersion = '2.11.3'
Expand All @@ -52,12 +52,12 @@ ext {
log4jVersion = '2.13.3'
logbackVersion = '1.2.3'
micrometerVersion = '1.5.5'
mockitoVersion = '3.5.13'
mockitoVersion = '3.6.0'
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.9.0'
rabbitmqHttpClientVersion = '3.8.0.RELEASE'
reactorVersion = '2020.0.0-RC2'
springDataCommonsVersion = '2.4.0-RC2'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.0-RC2'
reactorVersion = '2020.0.0'
springDataCommonsVersion = '2.4.0'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.0'
springRetryVersion = '1.3.0'
}

Expand Down

0 comments on commit 195dcfc

Please sign in to comment.