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 Jan 16, 2022
1 parent b6466e2 commit c5cbbd5
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 @@ -55,15 +55,15 @@ ext {
log4jVersion = '2.17.1'
logbackVersion = '1.2.3'
lz4Version = '1.8.0'
micrometerVersion = '1.8.0'
micrometerVersion = '1.8.2'
mockitoVersion = '3.11.2'
rabbitmqStreamVersion = '0.4.0'
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.13.1'
rabbitmqHttpClientVersion = '3.12.1'
reactorVersion = '2020.0.14'
reactorVersion = '2020.0.15'
snappyVersion = '1.1.8.4'
springDataCommonsVersion = '2.6.0'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.14'
springDataCommonsVersion = '2.6.1'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.15'
springRetryVersion = '1.3.1'
zstdJniVersion = '1.5.0-2'
}
Expand Down

0 comments on commit c5cbbd5

Please sign in to comment.