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 Sep 19, 2022
1 parent 2746ebe commit 5017e03
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 @@ -48,22 +48,22 @@ ext {
googleJsr305Version = '3.0.2'
hamcrestVersion = '2.2'
hibernateValidationVersion = '6.2.3.Final'
jacksonBomVersion = '2.13.3'
jacksonBomVersion = '2.13.4'
jaywayJsonPathVersion = '2.4.0'
junit4Version = '4.13.2'
junitJupiterVersion = '5.8.2'
log4jVersion = '2.17.2'
logbackVersion = '1.2.3'
lz4Version = '1.8.0'
micrometerVersion = '1.8.7'
micrometerVersion = '1.8.10'
mockitoVersion = '3.11.2'
rabbitmqStreamVersion = '0.4.0'
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.13.1'
rabbitmqHttpClientVersion = '3.12.1'
reactorVersion = '2020.0.20'
snappyVersion = '1.1.8.4'
springDataCommonsVersion = '2.6.5'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.21'
springDataCommonsVersion = '2.6.7'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.23'
springRetryVersion = '1.3.3'
zstdJniVersion = '1.5.0-2'
}
Expand Down

0 comments on commit 5017e03

Please sign in to comment.