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 Jun 21, 2022
1 parent 2086621 commit 709e03c
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.2'
logbackVersion = '1.2.3'
lz4Version = '1.8.0'
micrometerVersion = '1.8.6'
micrometerVersion = '1.8.7'
mockitoVersion = '3.11.2'
rabbitmqStreamVersion = '0.4.0'
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.13.1'
rabbitmqHttpClientVersion = '3.12.1'
reactorVersion = '2020.0.19'
reactorVersion = '2020.0.20'
snappyVersion = '1.1.8.4'
springDataCommonsVersion = '2.6.4'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.20'
springDataCommonsVersion = '2.6.5'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.21'
springRetryVersion = '1.3.3'
zstdJniVersion = '1.5.0-2'
}
Expand Down

0 comments on commit 709e03c

Please sign in to comment.