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 Nov 21, 2022
1 parent 11d4282 commit 34d9da7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,24 +47,24 @@ ext {
commonsPoolVersion = '2.11.1'
googleJsr305Version = '3.0.2'
hamcrestVersion = '2.2'
hibernateValidationVersion = '6.2.3.Final'
jacksonBomVersion = '2.13.4'
hibernateValidationVersion = '6.2.5.Final'
jacksonBomVersion = '2.13.4.20221013'
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.10'
micrometerVersion = '1.8.12'
mockitoVersion = '3.11.2'
rabbitmqStreamVersion = '0.4.0'
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.13.1'
rabbitmqHttpClientVersion = '3.12.1'
reactorVersion = '2020.0.24'
reactorVersion = '2020.0.25'
snappyVersion = '1.1.8.4'
springDataCommonsVersion = '2.6.7'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.23'
springRetryVersion = '1.3.3'
springDataCommonsVersion = '2.6.10'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.24'
springRetryVersion = '1.3.4'
zstdJniVersion = '1.5.0-2'
}

Expand Down

0 comments on commit 34d9da7

Please sign in to comment.